#27C04D

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

Shades of Lime Green #27C04D

Tints of Lime Green #27C04D

Color information

#27C04D (or 0x27C04D) is unknown color: approx Lime Green. HEX triplet: 27, C0 and 4D. RGB value is (39,192,77). Sum of RGB (Red+Green+Blue) = 39+192+77=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #27C04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27C04D is #D83FB2. Grayscale: #858585. Windows color (decimal): -14172083 or 5095463. OLE color: 5095463.

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

Color convert

RGB3919277-
CMYK0.8000.600.25
HSL134.9º66.23%45.29%-
HSV(B)134.9º79.69%75.29%-
XYZ21.0338.6713.38-
YUV133.1496.3160.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 192 (75.39% from 255) = 62.34%
BLUE value IS 77 (30.47% from 255) = 25%
R=12.66%
G=62.34%
B=25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39192770.8000.600.25134.966.2345.29
Hex27C04D5003C1987422d
Octal473001151200743120710255
Binary1001111100000010011011010000011110011001100001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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