#27CC25

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

Shades of Lime Green #27CC25

Tints of Lime Green #27CC25

Color information

#27CC25 (or 0x27CC25) is unknown color: approx Lime Green. HEX triplet: 27, CC and 25. RGB value is (39,204,37). Sum of RGB (Red+Green+Blue) = 39+204+37=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 204 (80.08% from 255 or 72.86% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 204 - color contains mainly: green. Hex color #27CC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CC25 is #D833DA. Grayscale: #888888. Windows color (decimal): -14169051 or 2477095. OLE color: 2477095.

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

Color convert

RGB3920437-
CMYK0.8100.820.2
HSL119.28º69.29%47.25%-
HSV(B)119.28º81.86%80%-
XYZ22.7643.759-
YUV135.6372.3459.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.93%
GREEN value IS 204 (80.08% from 255) = 72.86%
BLUE value IS 37 (14.84% from 255) = 13.21%
R=13.93%
G=72.86%
B=13.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal39204370.8100.820.2119.2869.2947.25
Hex27CC25510521477452f
Octal473144512101222416710557
Binary100111110011001001011010001010100101010011101111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27CC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,204,37); }

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

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

 a { background-color: rgb(39,204,37); }

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

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

 span { border-color: rgb(39,204,37); }

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