Html Css Color HEX #70D51E Lima

📋 copy color: '#70D51E'

red 112 ◦ green 213 ◦ blue 30

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

Shades of Lima #70D51E

Tints of Lima #70D51E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60%

 BLUE value IS 30 (12.11% from 255) = 8.45%

R = 31.55%
G = 60%
B = 8.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#70D51E (or 0x70D51E) is known color: Lima. HEX triplet: 70, D5 and 1E. RGB value is (112,213,30). Sum of RGB (Red+Green+Blue) = 112+213+30=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #70D51E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D51E is #8F2AE1. Grayscale: #A2A2A2. Windows color (decimal): -9382626 or 2020720. OLE color: 2020720.

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

Color convert

RGB 112 213 30 -
CMYK 0.47 0 0.86 0.16
HSL 93.11º 0.75% 0.48% -
HSV(B) 93.11º 0.86% 0.84% -
XYZ 30.71 51.13 9.48 -
YUV 161.94 53.54 92.38 -
System Red Green Blue C M Y K H S L
Decimal 112 213 30 0.47 0 0.86 0.16 93.11 0.75 0.48
Hex 70 D5 1E 2F 0 56 10 5D 4B 30
Octal 160 325 36 57 0 126 20 135 113 60
Binary 1110000 11010101 11110 101111 0 1010110 10000 1011101 1001011 110000

Color Harmonies of #70D51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D51E

Black with #70D51E

Text Example


Text Example

White with #70D51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,213,30); }

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

background-color css

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

 a { background-color: rgb(112,213,30); }

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

border-color css

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

 span { border-color: rgb(112,213,30); }

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