Html Css Color HEX #70D51D Lima

📋 copy color: '#70D51D'

red 112 ◦ green 213 ◦ blue 29

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

Shades of Lima #70D51D

Tints of Lima #70D51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.19%

R = 31.64%
G = 60.17%
B = 8.19%

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

#70D51D (or 0x70D51D) is known color: Lima. HEX triplet: 70, D5 and 1D. RGB value is (112,213,29). Sum of RGB (Red+Green+Blue) = 112+213+29=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #70D51D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D51D is #8F2AE2. Grayscale: #A2A2A2. Windows color (decimal): -9382627 or 1955184. OLE color: 1955184.

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

Color convert

RGB 112 213 29 -
CMYK 0.47 0 0.86 0.16
HSL 92.93º 0.76% 0.47% -
HSV(B) 92.93º 0.86% 0.84% -
XYZ 30.7 51.12 9.41 -
YUV 161.83 53.04 92.46 -
System Red Green Blue C M Y K H S L
Decimal 112 213 29 0.47 0 0.86 0.16 92.93 0.76 0.47
Hex 70 D5 1D 2F 0 56 10 5D 4C 2F
Octal 160 325 35 57 0 126 20 135 114 57
Binary 1110000 11010101 11101 101111 0 1010110 10000 1011101 1001100 101111

Color Harmonies of #70D51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D51D

Black with #70D51D

Text Example


Text Example

White with #70D51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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