Html Css Color HEX #27E12A Lime Green

📋 copy color: '#27E12A'

red 39 ◦ green 225 ◦ blue 42

#27E12A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #27E12A

Tints of Lime Green #27E12A

RGB

 RED value IS 39 (15.63% from 255) = 12.75%

 GREEN value IS 225 (88.28% from 255) = 73.53%

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 12.75%
G = 73.53%
B = 13.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#27E12A (or 0x27E12A) is known color: Lime Green. HEX triplet: 27, E1 and 2A. RGB value is (39,225,42). Sum of RGB (Red+Green+Blue) = 39+225+42=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 225 (88.28% from 255 or 73.53% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 225 - color contains mainly: green. Hex color #27E12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E12A is #D81ED5. Grayscale: #959595. Windows color (decimal): -14163670 or 2810151. OLE color: 2810151.

HSL color Cylindrical-coordinate representation of color #27E12A: hue angle of 120.97º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E12A is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 225 42 -
CMYK 0.83 0 0.81 0.12
HSL 120.97º 0.76% 0.52% -
HSV(B) 120.97º 0.83% 0.88% -
XYZ 28.18 54.45 11.21 -
YUV 148.52 67.88 49.88 -
System Red Green Blue C M Y K H S L
Decimal 39 225 42 0.83 0 0.81 0.12 120.97 0.76 0.52
Hex 27 E1 2A 53 0 51 C 79 4C 34
Octal 47 341 52 123 0 121 14 171 114 64
Binary 100111 11100001 101010 1010011 0 1010001 1100 1111001 1001100 110100

Color Harmonies of #27E12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E12A

Black with #27E12A

Text Example


Text Example

White with #27E12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27E12A;
 }
 .AnyTagClassName
 {
   color: #27E12A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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