Html Css Color HEX #70C821 Lima

📋 copy color: '#70C821'

red 112 ◦ green 200 ◦ blue 33

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

Shades of Lima #70C821

Tints of Lima #70C821

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.97%

 BLUE value IS 33 (13.28% from 255) = 9.57%

R = 32.46%
G = 57.97%
B = 9.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#70C821 (or 0x70C821) is known color: Lima. HEX triplet: 70, C8 and 21. RGB value is (112,200,33). Sum of RGB (Red+Green+Blue) = 112+200+33=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #70C821 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C821 is #8F37DE. Grayscale: #9B9B9B. Windows color (decimal): -9385951 or 2214000. OLE color: 2214000.

HSL color Cylindrical-coordinate representation of color #70C821: hue angle of 91.62º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70C821 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 200 33 -
CMYK 0.44 0 0.84 0.22
HSL 91.62º 0.72% 0.46% -
HSV(B) 91.62º 0.84% 0.78% -
XYZ 27.61 44.86 8.64 -
YUV 154.65 59.35 97.58 -
System Red Green Blue C M Y K H S L
Decimal 112 200 33 0.44 0 0.84 0.22 91.62 0.72 0.46
Hex 70 C8 21 2C 0 54 16 5C 48 2E
Octal 160 310 41 54 0 124 26 134 110 56
Binary 1110000 11001000 100001 101100 0 1010100 10110 1011100 1001000 101110

Color Harmonies of #70C821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C821

Black with #70C821

Text Example


Text Example

White with #70C821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,200,33); }

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

background-color css

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

 a { background-color: rgb(112,200,33); }

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

border-color css

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

 span { border-color: rgb(112,200,33); }

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