Html Css Color HEX #70D527 Lima

📋 copy color: '#70D527'

red 112 ◦ green 213 ◦ blue 39

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

Shades of Lima #70D527

Tints of Lima #70D527

RGB

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

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

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

R = 30.77%
G = 58.52%
B = 10.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#70D527 (or 0x70D527) is known color: Lima. HEX triplet: 70, D5 and 27. RGB value is (112,213,39). Sum of RGB (Red+Green+Blue) = 112+213+39=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 213 (83.59% from 255 or 58.52% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 213 - color contains mainly: green. Hex color #70D527 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D527 is #8F2AD8. Grayscale: #A3A3A3. Windows color (decimal): -9382617 or 2610544. OLE color: 2610544.

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

Color convert

RGB 112 213 39 -
CMYK 0.47 0 0.82 0.16
HSL 94.83º 0.69% 0.49% -
HSV(B) 94.83º 0.82% 0.84% -
XYZ 30.84 51.18 10.17 -
YUV 162.97 58.04 91.65 -
System Red Green Blue C M Y K H S L
Decimal 112 213 39 0.47 0 0.82 0.16 94.83 0.69 0.49
Hex 70 D5 27 2F 0 52 10 5F 45 31
Octal 160 325 47 57 0 122 20 137 105 61
Binary 1110000 11010101 100111 101111 0 1010010 10000 1011111 1000101 110001

Color Harmonies of #70D527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D527

Black with #70D527

Text Example


Text Example

White with #70D527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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