#27CA0F

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

Shades of Lime Green #27CA0F

Tints of Lime Green #27CA0F

Color information

#27CA0F (or 0x27CA0F) is unknown color: approx Lime Green. HEX triplet: 27, CA and 0F. RGB value is (39,202,15). Sum of RGB (Red+Green+Blue) = 39+202+15=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 202 (79.30% from 255 or 78.91% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 202 - color contains mainly: green. Hex color #27CA0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27CA0F is #D835F0. Grayscale: #848484. Windows color (decimal): -14169585 or 1034791. OLE color: 1034791.

HSL color Cylindrical-coordinate representation of color #27CA0F: hue angle of 112.3º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27CA0F is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB3920215-
CMYK0.8100.930.21
HSL112.3º86.18%42.55%-
HSV(B)112.3º92.57%79.22%-
XYZ22.0442.717.53-
YUV131.946261.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.23%
GREEN value IS 202 (79.30% from 255) = 78.91%
BLUE value IS 15 (6.25% from 255) = 5.86%
R=15.23%
G=78.91%
B=5.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal39202150.8100.930.21112.386.1842.55
Hex27CAF5105D1570562b
Octal473121712101352516012653
Binary1001111100101011111010001010111011010111100001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27CA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,202,15); }

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

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

 a { background-color: rgb(39,202,15); }

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

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

 span { border-color: rgb(39,202,15); }

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