#27DE2D

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

Shades of Lime Green #27DE2D

Tints of Lime Green #27DE2D

Color information

#27DE2D (or 0x27DE2D) is unknown color: approx Lime Green. HEX triplet: 27, DE and 2D. RGB value is (39,222,45). Sum of RGB (Red+Green+Blue) = 39+222+45=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #27DE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27DE2D is #D821D2. Grayscale: #939393. Windows color (decimal): -14164435 or 3005991. OLE color: 3005991.

HSL color Cylindrical-coordinate representation of color #27DE2D: hue angle of 121.97º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DE2D is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB3922245-
CMYK0.8200.800.13
HSL121.97º73.49%51.18%-
HSV(B)121.97º82.43%87.06%-
XYZ27.4352.8611.24-
YUV147.170.3750.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.75%
GREEN value IS 222 (87.11% from 255) = 72.55%
BLUE value IS 45 (17.97% from 255) = 14.71%
R=12.75%
G=72.55%
B=14.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal39222450.8200.800.13121.9773.4951.18
Hex27DE2D52050D7a4933
Octal473365512201201517211163
Binary10011111011110101101101001001010000110111110101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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