#27BF2A

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

Shades of Lime Green #27BF2A

Tints of Lime Green #27BF2A

Color information

#27BF2A (or 0x27BF2A) is unknown color: approx Lime Green. HEX triplet: 27, BF and 2A. RGB value is (39,191,42). Sum of RGB (Red+Green+Blue) = 39+191+42=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BF2A is #D840D5. Grayscale: #818181. Windows color (decimal): -14172374 or 2801447. OLE color: 2801447.

HSL color Cylindrical-coordinate representation of color #27BF2A: hue angle of 121.18º 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 #27BF2A is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB3919142-
CMYK0.8000.780.25
HSL121.18º66.09%45.1%-
HSV(B)121.18º79.58%74.9%-
XYZ19.8937.868.45-
YUV128.5779.1464.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.34%
GREEN value IS 191 (75% from 255) = 70.22%
BLUE value IS 42 (16.80% from 255) = 15.44%
R=14.34%
G=70.22%
B=15.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39191420.8000.780.25121.1866.0945.1
Hex27BF2A5004E1979422d
Octal472775212001163117110255
Binary100111101111111010101010000010011101100111110011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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