#27C12D

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

Shades of Lime Green #27C12D

Tints of Lime Green #27C12D

Color information

#27C12D (or 0x27C12D) is unknown color: approx Lime Green. HEX triplet: 27, C1 and 2D. RGB value is (39,193,45). Sum of RGB (Red+Green+Blue) = 39+193+45=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #27C12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C12D is #D83ED2. Grayscale: #828282. Windows color (decimal): -14171859 or 2998567. OLE color: 2998567.

HSL color Cylindrical-coordinate representation of color #27C12D: hue angle of 122.34º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C12D is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB3919345-
CMYK0.8000.770.24
HSL122.34º66.38%45.49%-
HSV(B)122.34º79.79%75.69%-
XYZ20.3838.768.89-
YUV130.0879.9863.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.08%
GREEN value IS 193 (75.78% from 255) = 69.68%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=14.08%
G=69.68%
B=16.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal39193450.8000.770.24122.3466.3845.49
Hex27C12D5004D187a422d
Octal473015512001153017210255
Binary100111110000011011011010000010011011100011110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,193,45); }

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

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

 a { background-color: rgb(39,193,45); }

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

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

 span { border-color: rgb(39,193,45); }

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