#27F33F

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

Shades of Lime Green #27F33F

Tints of Lime Green #27F33F

Color information

#27F33F (or 0x27F33F) is unknown color: approx Lime Green. HEX triplet: 27, F3 and 3F. RGB value is (39,243,63). Sum of RGB (Red+Green+Blue) = 39+243+63=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 243 (95.31% from 255 or 70.43% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 243 - color contains mainly: green. Hex color #27F33F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F33F is #D80CC0. Grayscale: #A2A2A2. Windows color (decimal): -14159041 or 4191015. OLE color: 4191015.

HSL color Cylindrical-coordinate representation of color #27F33F: hue angle of 127.06º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F33F is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB3924363-
CMYK0.8400.740.05
HSL127.06º89.47%55.29%-
HSV(B)127.06º83.95%95.29%-
XYZ33.7864.8915.45-
YUV161.4872.4140.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.30%
GREEN value IS 243 (95.31% from 255) = 70.43%
BLUE value IS 63 (25% from 255) = 18.26%
R=11.30%
G=70.43%
B=18.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal39243630.8400.740.05127.0689.4755.29
Hex27F33F5404A57f5937
Octal47363771240112517713167
Binary1001111111001111111110101000100101010111111111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,243,63); }

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

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

 a { background-color: rgb(39,243,63); }

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

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

 span { border-color: rgb(39,243,63); }

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