Html Css Color HEX #70BF29 Lima

📋 copy color: '#70BF29'

red 112 ◦ green 191 ◦ blue 41

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

Shades of Lima #70BF29

Tints of Lima #70BF29

RGB

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

 GREEN value IS 191 (75% from 255) = 55.52%

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

R = 32.56%
G = 55.52%
B = 11.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#70BF29 (or 0x70BF29) is known color: Lima. HEX triplet: 70, BF and 29. RGB value is (112,191,41). Sum of RGB (Red+Green+Blue) = 112+191+41=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BF29 is #8F40D6. Grayscale: #969696. Windows color (decimal): -9388247 or 2735984. OLE color: 2735984.

HSL color Cylindrical-coordinate representation of color #70BF29: hue angle of 91.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70BF29 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 191 41 -
CMYK 0.41 0 0.79 0.25
HSL 91.6º 0.65% 0.45% -
HSV(B) 91.6º 0.79% 0.75% -
XYZ 25.71 40.87 8.63 -
YUV 150.28 66.33 100.7 -
System Red Green Blue C M Y K H S L
Decimal 112 191 41 0.41 0 0.79 0.25 91.6 0.65 0.45
Hex 70 BF 29 29 0 4F 19 5C 41 2D
Octal 160 277 51 51 0 117 31 134 101 55
Binary 1110000 10111111 101001 101001 0 1001111 11001 1011100 1000001 101101

Color Harmonies of #70BF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF29

Black with #70BF29

Text Example


Text Example

White with #70BF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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