Html Css Color HEX #70E127 Lawn Green

📋 copy color: '#70E127'

red 112 ◦ green 225 ◦ blue 39

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

Shades of Lawn Green #70E127

Tints of Lawn Green #70E127

RGB

 RED value IS 112 (44.14% from 255) = 29.79%

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

 BLUE value IS 39 (15.63% from 255) = 10.37%

R = 29.79%
G = 59.84%
B = 10.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#70E127 (or 0x70E127) is known color: Lawn Green. HEX triplet: 70, E1 and 27. RGB value is (112,225,39). Sum of RGB (Red+Green+Blue) = 112+225+39=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 225 (88.28% from 255 or 59.84% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 225 - color contains mainly: green. Hex color #70E127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E127 is #8F1ED8. Grayscale: #AAAAAA. Windows color (decimal): -9379545 or 2613616. OLE color: 2613616.

HSL color Cylindrical-coordinate representation of color #70E127: hue angle of 96.45º 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 #70E127 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 39 -
CMYK 0.50 0 0.83 0.12
HSL 96.45º 0.76% 0.52% -
HSV(B) 96.45º 0.83% 0.88% -
XYZ 33.97 57.44 11.22 -
YUV 170.01 54.06 86.62 -
System Red Green Blue C M Y K H S L
Decimal 112 225 39 0.50 0 0.83 0.12 96.45 0.76 0.52
Hex 70 E1 27 32 0 53 C 60 4C 34
Octal 160 341 47 62 0 123 14 140 114 64
Binary 1110000 11100001 100111 110010 0 1010011 1100 1100000 1001100 110100

Color Harmonies of #70E127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E127

Black with #70E127

Text Example


Text Example

White with #70E127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70E127; }

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

 H1.HeaderClassName
 {
   color: #70E127;
 }
 .AnyTagClassName
 {
   color: #70E127;
 }
</style>

background-color css

<style>
 a { background-color: #70E127; }

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

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

border-color css

<style>
 span { border-color: #70E127; }

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

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