#27B42A

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

Shades of Lime Green #27B42A

Tints of Lime Green #27B42A

Color information

#27B42A (or 0x27B42A) is unknown color: approx Lime Green. HEX triplet: 27, B4 and 2A. RGB value is (39,180,42). Sum of RGB (Red+Green+Blue) = 39+180+42=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 180 (70.70% from 255 or 68.97% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 180 - color contains mainly: green. Hex color #27B42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27B42A is #D84BD5. Grayscale: #7A7A7A. Windows color (decimal): -14175190 or 2798631. OLE color: 2798631.

HSL color Cylindrical-coordinate representation of color #27B42A: hue angle of 121.28º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B42A is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB3918042-
CMYK0.7800.770.29
HSL121.28º64.38%42.94%-
HSV(B)121.28º78.33%70.59%-
XYZ17.5833.247.68-
YUV122.1182.7968.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 180 (70.70% from 255) = 68.97%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=14.94%
G=68.97%
B=16.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal39180420.7800.770.29121.2864.3842.94
Hex27B42A4E04D1D79402b
Octal472645211601153517110053
Binary100111101101001010101001110010011011110111110011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,180,42); }

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

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

 a { background-color: rgb(39,180,42); }

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

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

 span { border-color: rgb(39,180,42); }

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