#27BF21

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

Shades of Lime Green #27BF21

Tints of Lime Green #27BF21

Color information

#27BF21 (or 0x27BF21) is unknown color: approx Lime Green. HEX triplet: 27, BF and 21. RGB value is (39,191,33). Sum of RGB (Red+Green+Blue) = 39+191+33=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 191 (75% from 255 or 72.62% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BF21 is #D840DE. Grayscale: #808080. Windows color (decimal): -14172383 or 2211623. OLE color: 2211623.

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

Color convert

RGB3919133-
CMYK0.8000.830.25
HSL117.72º70.54%43.92%-
HSV(B)117.72º82.72%74.9%-
XYZ19.7437.87.69-
YUV127.5474.6464.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.83%
GREEN value IS 191 (75% from 255) = 72.62%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=14.83%
G=72.62%
B=12.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39191330.8000.830.25117.7270.5443.92
Hex27BF21500531976472c
Octal472774112001233116610754
Binary100111101111111000011010000010100111100111101101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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