Html Css Color HEX #70D321 Lima

📋 copy color: '#70D321'

red 112 ◦ green 211 ◦ blue 33

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

Shades of Lima #70D321

Tints of Lima #70D321

RGB

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

 GREEN value IS 211 (82.81% from 255) = 59.27%

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

R = 31.46%
G = 59.27%
B = 9.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#70D321 (or 0x70D321) is known color: Lima. HEX triplet: 70, D3 and 21. RGB value is (112,211,33). Sum of RGB (Red+Green+Blue) = 112+211+33=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #70D321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D321 is #8F2CDE. Grayscale: #A1A1A1. Windows color (decimal): -9383135 or 2216816. OLE color: 2216816.

HSL color Cylindrical-coordinate representation of color #70D321: hue angle of 93.37º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70D321 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 211 33 -
CMYK 0.47 0 0.84 0.17
HSL 93.37º 0.73% 0.48% -
HSV(B) 93.37º 0.84% 0.83% -
XYZ 30.25 50.14 9.52 -
YUV 161.11 55.7 92.97 -
System Red Green Blue C M Y K H S L
Decimal 112 211 33 0.47 0 0.84 0.17 93.37 0.73 0.48
Hex 70 D3 21 2F 0 54 11 5D 49 30
Octal 160 323 41 57 0 124 21 135 111 60
Binary 1110000 11010011 100001 101111 0 1010100 10001 1011101 1001001 110000

Color Harmonies of #70D321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D321

Black with #70D321

Text Example


Text Example

White with #70D321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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