#27C02E

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

Shades of Lime Green #27C02E

Tints of Lime Green #27C02E

Color information

#27C02E (or 0x27C02E) is unknown color: approx Lime Green. HEX triplet: 27, C0 and 2E. RGB value is (39,192,46). Sum of RGB (Red+Green+Blue) = 39+192+46=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #27C02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C02E is #D83FD1. Grayscale: #828282. Windows color (decimal): -14172114 or 3063847. OLE color: 3063847.

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

Color convert

RGB3919246-
CMYK0.8000.760.25
HSL122.75º66.23%45.29%-
HSV(B)122.75º79.69%75.29%-
XYZ20.1838.338.92-
YUV129.6180.8163.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.08%
GREEN value IS 192 (75.39% from 255) = 69.31%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=14.08%
G=69.31%
B=16.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39192460.8000.760.25122.7566.2345.29
Hex27C02E5004C197b422d
Octal473005612001143117310255
Binary100111110000001011101010000010011001100111110111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,192,46); }

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

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

 a { background-color: rgb(39,192,46); }

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

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

 span { border-color: rgb(39,192,46); }

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