#27C72D

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

Shades of Lime Green #27C72D

Tints of Lime Green #27C72D

Color information

#27C72D (or 0x27C72D) is unknown color: approx Lime Green. HEX triplet: 27, C7 and 2D. RGB value is (39,199,45). Sum of RGB (Red+Green+Blue) = 39+199+45=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 199 (78.12% from 255 or 70.32% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 199 - color contains mainly: green. Hex color #27C72D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C72D is #D838D2. Grayscale: #868686. Windows color (decimal): -14170323 or 3000103. OLE color: 3000103.

HSL color Cylindrical-coordinate representation of color #27C72D: hue angle of 122.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C72D is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB3919945-
CMYK0.8000.770.22
HSL122.25º67.23%46.67%-
HSV(B)122.25º80.4%78.04%-
XYZ21.7341.479.34-
YUV133.677.9960.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.78%
GREEN value IS 199 (78.12% from 255) = 70.32%
BLUE value IS 45 (17.97% from 255) = 15.90%
R=13.78%
G=70.32%
B=15.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal39199450.8000.770.22122.2567.2346.67
Hex27C72D5004D167a432f
Octal473075512001152617210357
Binary100111110001111011011010000010011011011011110101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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