Html Css Color HEX #70D828 Lima

📋 copy color: '#70D828'

red 112 ◦ green 216 ◦ blue 40

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

Shades of Lima #70D828

Tints of Lima #70D828

RGB

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

 GREEN value IS 216 (84.77% from 255) = 58.7%

 BLUE value IS 40 (16.02% from 255) = 10.87%

R = 30.43%
G = 58.7%
B = 10.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#70D828 (or 0x70D828) is known color: Lima. HEX triplet: 70, D8 and 28. RGB value is (112,216,40). Sum of RGB (Red+Green+Blue) = 112+216+40=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 216 (84.77% from 255 or 58.70% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 216 - color contains mainly: green. Hex color #70D828 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D828 is #8F27D7. Grayscale: #A5A5A5. Windows color (decimal): -9381848 or 2676848. OLE color: 2676848.

HSL color Cylindrical-coordinate representation of color #70D828: hue angle of 95.45º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70D828 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 40 -
CMYK 0.48 0 0.81 0.15
HSL 95.45º 0.69% 0.5% -
HSV(B) 95.45º 0.81% 0.85% -
XYZ 31.62 52.71 10.51 -
YUV 164.84 57.54 90.31 -
System Red Green Blue C M Y K H S L
Decimal 112 216 40 0.48 0 0.81 0.15 95.45 0.69 0.5
Hex 70 D8 28 30 0 51 F 5F 45 32
Octal 160 330 50 60 0 121 17 137 105 62
Binary 1110000 11011000 101000 110000 0 1010001 1111 1011111 1000101 110010

Color Harmonies of #70D828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D828

Black with #70D828

Text Example


Text Example

White with #70D828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,216,40); }

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

background-color css

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

 a { background-color: rgb(112,216,40); }

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

border-color css

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

 span { border-color: rgb(112,216,40); }

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