#27BF2F

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

Shades of Lime Green #27BF2F

Tints of Lime Green #27BF2F

Color information

#27BF2F (or 0x27BF2F) is unknown color: approx Lime Green. HEX triplet: 27, BF and 2F. RGB value is (39,191,47). Sum of RGB (Red+Green+Blue) = 39+191+47=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 191 (75% from 255 or 68.95% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BF2F is #D840D0. Grayscale: #818181. Windows color (decimal): -14172369 or 3129127. OLE color: 3129127.

HSL color Cylindrical-coordinate representation of color #27BF2F: hue angle of 123.16º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BF2F is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB3919147-
CMYK0.8000.750.25
HSL123.16º66.09%45.1%-
HSV(B)123.16º79.58%74.9%-
XYZ19.9837.98.95-
YUV129.1481.6463.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.08%
GREEN value IS 191 (75% from 255) = 68.95%
BLUE value IS 47 (18.75% from 255) = 16.97%
R=14.08%
G=68.95%
B=16.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39191470.8000.750.25123.1666.0945.1
Hex27BF2F5004B197b422d
Octal472775712001133117310255
Binary100111101111111011111010000010010111100111110111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,191,47); }

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

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

 a { background-color: rgb(39,191,47); }

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

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

 span { border-color: rgb(39,191,47); }

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