Html Css Color HEX #70C921 Lima

📋 copy color: '#70C921'

red 112 ◦ green 201 ◦ blue 33

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

Shades of Lima #70C921

Tints of Lima #70C921

RGB

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

 GREEN value IS 201 (78.91% from 255) = 58.09%

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

R = 32.37%
G = 58.09%
B = 9.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#70C921 (or 0x70C921) is known color: Lima. HEX triplet: 70, C9 and 21. RGB value is (112,201,33). Sum of RGB (Red+Green+Blue) = 112+201+33=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 201 (78.91% from 255 or 58.09% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 201 - color contains mainly: green. Hex color #70C921 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C921 is #8F36DE. Grayscale: #9B9B9B. Windows color (decimal): -9385695 or 2214256. OLE color: 2214256.

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

Color convert

RGB 112 201 33 -
CMYK 0.44 0 0.84 0.21
HSL 91.79º 0.72% 0.46% -
HSV(B) 91.79º 0.84% 0.79% -
XYZ 27.84 45.33 8.72 -
YUV 155.24 59.01 97.16 -
System Red Green Blue C M Y K H S L
Decimal 112 201 33 0.44 0 0.84 0.21 91.79 0.72 0.46
Hex 70 C9 21 2C 0 54 15 5C 48 2E
Octal 160 311 41 54 0 124 25 134 110 56
Binary 1110000 11001001 100001 101100 0 1010100 10101 1011100 1001000 101110

Color Harmonies of #70C921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C921

Black with #70C921

Text Example


Text Example

White with #70C921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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