#27AF22

Color #27AF22 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #27AF22

Tints of Lime Green #27AF22

Color information

#27AF22 (or 0x27AF22) is unknown color: approx Lime Green. HEX triplet: 27, AF and 22. RGB value is (39,175,34). Sum of RGB (Red+Green+Blue) = 39+175+34=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 175 (68.75% from 255 or 70.56% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 175 - color contains mainly: green. Hex color #27AF22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27AF22 is #D850DD. Grayscale: #767676. Windows color (decimal): -14176478 or 2273063. OLE color: 2273063.

HSL color Cylindrical-coordinate representation of color #27AF22: hue angle of 117.87º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27AF22 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB3917534-
CMYK0.7800.810.31
HSL117.87º67.46%40.98%-
HSV(B)117.87º80.57%68.63%-
XYZ16.4631.216.67-
YUV118.2680.4471.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 15.73%
GREEN value IS 175 (68.75% from 255) = 70.56%
BLUE value IS 34 (13.67% from 255) = 13.71%
R=15.73%
G=70.56%
B=13.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal39175340.7800.810.31117.8767.4640.98
Hex27AF224E0511F764329
Octal472574211601213716610351
Binary100111101011111000101001110010100011111111101101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27AF22; }

 p { color: rgb(39,175,34); }

 H1.HeaderClassName
 {
   color: #27AF22;
 }
 .AnyTagClassName
 {
   color: #27AF22;
 }
</style>
background-color css

<style>
 a { background-color: #27AF22; }

 a { background-color: rgb(39,175,34); }

 div.DivClassName
 {
   background-color: #27AF22;
 }
 .BgClassName
 {
   background-color: #27AF22;
 }
</style>
border-color css

<style>
 span { border-color: #27AF22; }

 span { border-color: rgb(39,175,34); }

 td.TdClassName
 {
   border-color: #27AF22;
 }
 .TagClassName
 {
   border-color: #27AF22;
 }
</style>