#27CB30

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

Shades of Lime Green #27CB30

Tints of Lime Green #27CB30

Color information

#27CB30 (or 0x27CB30) is unknown color: approx Lime Green. HEX triplet: 27, CB and 30. RGB value is (39,203,48). Sum of RGB (Red+Green+Blue) = 39+203+48=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 203 (79.69% from 255 or 70% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 203 - color contains mainly: green. Hex color #27CB30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CB30 is #D834CF. Grayscale: #888888. Windows color (decimal): -14169296 or 3197735. OLE color: 3197735.

HSL color Cylindrical-coordinate representation of color #27CB30: hue angle of 123.29º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CB30 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB3920348-
CMYK0.8100.760.20
HSL123.29º67.77%47.45%-
HSV(B)123.29º80.79%79.61%-
XYZ22.7343.369.97-
YUV136.2978.1758.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.45%
GREEN value IS 203 (79.69% from 255) = 70%
BLUE value IS 48 (19.14% from 255) = 16.55%
R=13.45%
G=70%
B=16.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal39203480.8100.760.20123.2967.7747.45
Hex27CB305104C147b442f
Octal473136012101142417310457
Binary100111110010111100001010001010011001010011110111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27CB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,203,48); }

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

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

 a { background-color: rgb(39,203,48); }

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

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

 span { border-color: rgb(39,203,48); }

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