Html Css Color HEX #70D227 Lima

📋 copy color: '#70D227'

red 112 ◦ green 210 ◦ blue 39

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

Shades of Lima #70D227

Tints of Lima #70D227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.8%

R = 31.02%
G = 58.17%
B = 10.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#70D227 (or 0x70D227) is known color: Lima. HEX triplet: 70, D2 and 27. RGB value is (112,210,39). Sum of RGB (Red+Green+Blue) = 112+210+39=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #70D227 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D227 is #8F2DD8. Grayscale: #A1A1A1. Windows color (decimal): -9383385 or 2609776. OLE color: 2609776.

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

Color convert

RGB 112 210 39 -
CMYK 0.47 0 0.81 0.18
HSL 94.39º 0.69% 0.49% -
HSV(B) 94.39º 0.81% 0.82% -
XYZ 30.09 49.68 9.92 -
YUV 161.2 59.03 92.9 -
System Red Green Blue C M Y K H S L
Decimal 112 210 39 0.47 0 0.81 0.18 94.39 0.69 0.49
Hex 70 D2 27 2F 0 51 12 5E 45 31
Octal 160 322 47 57 0 121 22 136 105 61
Binary 1110000 11010010 100111 101111 0 1010001 10010 1011110 1000101 110001

Color Harmonies of #70D227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D227

Black with #70D227

Text Example


Text Example

White with #70D227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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