Html Css Color HEX #70CF1C Lima

📋 copy color: '#70CF1C'

red 112 ◦ green 207 ◦ blue 28

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

Shades of Lima #70CF1C

Tints of Lima #70CF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 32.28%
G = 59.65%
B = 8.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#70CF1C (or 0x70CF1C) is known color: Lima. HEX triplet: 70, CF and 1C. RGB value is (112,207,28). Sum of RGB (Red+Green+Blue) = 112+207+28=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF1C is #8F30E3. Grayscale: #9E9E9E. Windows color (decimal): -9384164 or 1888112. OLE color: 1888112.

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

Color convert

RGB 112 207 28 -
CMYK 0.46 0 0.86 0.19
HSL 91.84º 0.76% 0.46% -
HSV(B) 91.84º 0.86% 0.81% -
XYZ 29.2 48.15 8.85 -
YUV 158.19 54.53 95.05 -
System Red Green Blue C M Y K H S L
Decimal 112 207 28 0.46 0 0.86 0.19 91.84 0.76 0.46
Hex 70 CF 1C 2E 0 56 13 5C 4C 2E
Octal 160 317 34 56 0 126 23 134 114 56
Binary 1110000 11001111 11100 101110 0 1010110 10011 1011100 1001100 101110

Color Harmonies of #70CF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF1C

Black with #70CF1C

Text Example


Text Example

White with #70CF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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