Html Css Color HEX #70CD1E Lima

📋 copy color: '#70CD1E'

red 112 ◦ green 205 ◦ blue 30

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

Shades of Lima #70CD1E

Tints of Lima #70CD1E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 59.08%

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

R = 32.28%
G = 59.08%
B = 8.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#70CD1E (or 0x70CD1E) is known color: Lima. HEX triplet: 70, CD and 1E. RGB value is (112,205,30). Sum of RGB (Red+Green+Blue) = 112+205+30=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 205 (80.47% from 255 or 59.08% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CD1E is #8F32E1. Grayscale: #9D9D9D. Windows color (decimal): -9384674 or 2018672. OLE color: 2018672.

HSL color Cylindrical-coordinate representation of color #70CD1E: hue angle of 91.89º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70CD1E is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 205 30 -
CMYK 0.45 0 0.85 0.20
HSL 91.89º 0.74% 0.46% -
HSV(B) 91.89º 0.85% 0.8% -
XYZ 28.75 47.2 8.82 -
YUV 157.24 56.19 95.73 -
System Red Green Blue C M Y K H S L
Decimal 112 205 30 0.45 0 0.85 0.20 91.89 0.74 0.46
Hex 70 CD 1E 2D 0 55 14 5C 4A 2E
Octal 160 315 36 55 0 125 24 134 112 56
Binary 1110000 11001101 11110 101101 0 1010101 10100 1011100 1001010 101110

Color Harmonies of #70CD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CD1E

Black with #70CD1E

Text Example


Text Example

White with #70CD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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