Html Css Color HEX #70E525 Lawn Green

📋 copy color: '#70E525'

red 112 ◦ green 229 ◦ blue 37

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

Shades of Lawn Green #70E525

Tints of Lawn Green #70E525

RGB

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

 GREEN value IS 229 (89.84% from 255) = 60.58%

 BLUE value IS 37 (14.84% from 255) = 9.79%

R = 29.63%
G = 60.58%
B = 9.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#70E525 (or 0x70E525) is known color: Lawn Green. HEX triplet: 70, E5 and 25. RGB value is (112,229,37). Sum of RGB (Red+Green+Blue) = 112+229+37=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 229 (89.84% from 255 or 60.58% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 229 - color contains mainly: green. Hex color #70E525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E525 is #8F1ADA. Grayscale: #ACACAC. Windows color (decimal): -9378523 or 2483568. OLE color: 2483568.

HSL color Cylindrical-coordinate representation of color #70E525: hue angle of 96.56º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70E525 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 229 37 -
CMYK 0.51 0 0.84 0.10
HSL 96.56º 0.79% 0.52% -
HSV(B) 96.56º 0.84% 0.9% -
XYZ 35.04 59.62 11.41 -
YUV 172.13 51.74 85.11 -
System Red Green Blue C M Y K H S L
Decimal 112 229 37 0.51 0 0.84 0.10 96.56 0.79 0.52
Hex 70 E5 25 33 0 54 A 61 4F 34
Octal 160 345 45 63 0 124 12 141 117 64
Binary 1110000 11100101 100101 110011 0 1010100 1010 1100001 1001111 110100

Color Harmonies of #70E525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E525

Black with #70E525

Text Example


Text Example

White with #70E525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,229,37); }

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

background-color css

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

 a { background-color: rgb(112,229,37); }

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

border-color css

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

 span { border-color: rgb(112,229,37); }

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