Html Css Color HEX #70BC28 Lima

📋 copy color: '#70BC28'

red 112 ◦ green 188 ◦ blue 40

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

Shades of Lima #70BC28

Tints of Lima #70BC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.76%

R = 32.94%
G = 55.29%
B = 11.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#70BC28 (or 0x70BC28) is known color: Lima. HEX triplet: 70, BC and 28. RGB value is (112,188,40). Sum of RGB (Red+Green+Blue) = 112+188+40=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC28 is #8F43D7. Grayscale: #949494. Windows color (decimal): -9389016 or 2669680. OLE color: 2669680.

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

Color convert

RGB 112 188 40 -
CMYK 0.40 0 0.79 0.26
HSL 90.81º 0.65% 0.45% -
HSV(B) 90.81º 0.79% 0.74% -
XYZ 25.05 39.56 8.32 -
YUV 148.4 66.82 102.03 -
System Red Green Blue C M Y K H S L
Decimal 112 188 40 0.40 0 0.79 0.26 90.81 0.65 0.45
Hex 70 BC 28 28 0 4F 1A 5B 41 2D
Octal 160 274 50 50 0 117 32 133 101 55
Binary 1110000 10111100 101000 101000 0 1001111 11010 1011011 1000001 101101

Color Harmonies of #70BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC28

Black with #70BC28

Text Example


Text Example

White with #70BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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