Html Css Color HEX #70BC29 Lima

📋 copy color: '#70BC29'

red 112 ◦ green 188 ◦ blue 41

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

Shades of Lima #70BC29

Tints of Lima #70BC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.13%

 BLUE value IS 41 (16.41% from 255) = 12.02%

R = 32.84%
G = 55.13%
B = 12.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#70BC29 (or 0x70BC29) is known color: Lima. HEX triplet: 70, BC and 29. RGB value is (112,188,41). Sum of RGB (Red+Green+Blue) = 112+188+41=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC29 is #8F43D6. Grayscale: #959595. Windows color (decimal): -9389015 or 2735216. OLE color: 2735216.

HSL color Cylindrical-coordinate representation of color #70BC29: hue angle of 91.02º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70BC29 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 41 -
CMYK 0.40 0 0.78 0.26
HSL 91.02º 0.64% 0.45% -
HSV(B) 91.02º 0.78% 0.74% -
XYZ 25.07 39.57 8.41 -
YUV 148.52 67.32 101.95 -
System Red Green Blue C M Y K H S L
Decimal 112 188 41 0.40 0 0.78 0.26 91.02 0.64 0.45
Hex 70 BC 29 28 0 4E 1A 5B 40 2D
Octal 160 274 51 50 0 116 32 133 100 55
Binary 1110000 10111100 101001 101000 0 1001110 11010 1011011 1000000 101101

Color Harmonies of #70BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC29

Black with #70BC29

Text Example


Text Example

White with #70BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,41); }

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

background-color css

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

 a { background-color: rgb(112,188,41); }

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

border-color css

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

 span { border-color: rgb(112,188,41); }

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