Html Css Color HEX #70CF28 Lima

📋 copy color: '#70CF28'

red 112 ◦ green 207 ◦ blue 40

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

Shades of Lima #70CF28

Tints of Lima #70CF28

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.66%

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

R = 31.2%
G = 57.66%
B = 11.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#70CF28 (or 0x70CF28) is known color: Lima. HEX triplet: 70, CF and 28. RGB value is (112,207,40). Sum of RGB (Red+Green+Blue) = 112+207+40=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF28 is #8F30D7. Grayscale: #A0A0A0. Windows color (decimal): -9384152 or 2674544. OLE color: 2674544.

HSL color Cylindrical-coordinate representation of color #70CF28: hue angle of 94.13º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70CF28 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 207 40 -
CMYK 0.46 0 0.81 0.19
HSL 94.13º 0.68% 0.48% -
HSV(B) 94.13º 0.81% 0.81% -
XYZ 29.38 48.22 9.77 -
YUV 159.56 60.53 94.08 -
System Red Green Blue C M Y K H S L
Decimal 112 207 40 0.46 0 0.81 0.19 94.13 0.68 0.48
Hex 70 CF 28 2E 0 51 13 5E 44 30
Octal 160 317 50 56 0 121 23 136 104 60
Binary 1110000 11001111 101000 101110 0 1010001 10011 1011110 1000100 110000

Color Harmonies of #70CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF28

Black with #70CF28

Text Example


Text Example

White with #70CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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