Html Css Color HEX #70D21D Lima

📋 copy color: '#70D21D'

red 112 ◦ green 210 ◦ blue 29

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

Shades of Lima #70D21D

Tints of Lima #70D21D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.83%

 BLUE value IS 29 (11.72% from 255) = 8.26%

R = 31.91%
G = 59.83%
B = 8.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#70D21D (or 0x70D21D) is known color: Lima. HEX triplet: 70, D2 and 1D. RGB value is (112,210,29). Sum of RGB (Red+Green+Blue) = 112+210+29=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #70D21D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D21D is #8F2DE2. Grayscale: #A0A0A0. Windows color (decimal): -9383395 or 1954416. OLE color: 1954416.

HSL color Cylindrical-coordinate representation of color #70D21D: hue angle of 92.49º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70D21D is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 210 29 -
CMYK 0.47 0 0.86 0.18
HSL 92.49º 0.76% 0.47% -
HSV(B) 92.49º 0.86% 0.82% -
XYZ 29.95 49.63 9.16 -
YUV 160.06 54.03 93.72 -
System Red Green Blue C M Y K H S L
Decimal 112 210 29 0.47 0 0.86 0.18 92.49 0.76 0.47
Hex 70 D2 1D 2F 0 56 12 5C 4C 2F
Octal 160 322 35 57 0 126 22 134 114 57
Binary 1110000 11010010 11101 101111 0 1010110 10010 1011100 1001100 101111

Color Harmonies of #70D21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D21D

Black with #70D21D

Text Example


Text Example

White with #70D21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,210,29); }

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

background-color css

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

 a { background-color: rgb(112,210,29); }

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

border-color css

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

 span { border-color: rgb(112,210,29); }

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