#27CA17

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

Shades of Lime Green #27CA17

Tints of Lime Green #27CA17

Color information

#27CA17 (or 0x27CA17) is unknown color: approx Lime Green. HEX triplet: 27, CA and 17. RGB value is (39,202,23). Sum of RGB (Red+Green+Blue) = 39+202+23=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 202 (79.30% from 255 or 76.52% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 202 - color contains mainly: green. Hex color #27CA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27CA17 is #D835E8. Grayscale: #858585. Windows color (decimal): -14169577 or 1559079. OLE color: 1559079.

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

Color convert

RGB3920223-
CMYK0.8100.890.21
HSL114.64º79.56%44.12%-
HSV(B)114.64º88.61%79.22%-
XYZ22.1142.737.89-
YUV132.866661.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.77%
GREEN value IS 202 (79.30% from 255) = 76.52%
BLUE value IS 23 (9.38% from 255) = 8.71%
R=14.77%
G=76.52%
B=8.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal39202230.8100.890.21114.6479.5644.12
Hex27CA17510591573502c
Octal473122712101312516312054
Binary10011111001010101111010001010110011010111100111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27CA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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