Html Css Color HEX #70CF1E Lima

📋 copy color: '#70CF1E'

red 112 ◦ green 207 ◦ blue 30

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

Shades of Lima #70CF1E

Tints of Lima #70CF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.6%

R = 32.09%
G = 59.31%
B = 8.6%

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

#70CF1E (or 0x70CF1E) is known color: Lima. HEX triplet: 70, CF and 1E. RGB value is (112,207,30). Sum of RGB (Red+Green+Blue) = 112+207+30=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 207 (81.25% from 255 or 59.31% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF1E is #8F30E1. Grayscale: #9F9F9F. Windows color (decimal): -9384162 or 2019184. OLE color: 2019184.

HSL color Cylindrical-coordinate representation of color #70CF1E: hue angle of 92.2º degrees, saturation: 0.75, 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 #70CF1E is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 207 30 -
CMYK 0.46 0 0.86 0.19
HSL 92.2º 0.75% 0.46% -
HSV(B) 92.2º 0.86% 0.81% -
XYZ 29.23 48.16 8.98 -
YUV 158.42 55.53 94.89 -
System Red Green Blue C M Y K H S L
Decimal 112 207 30 0.46 0 0.86 0.19 92.2 0.75 0.46
Hex 70 CF 1E 2E 0 56 13 5C 4B 2E
Octal 160 317 36 56 0 126 23 134 113 56
Binary 1110000 11001111 11110 101110 0 1010110 10011 1011100 1001011 101110

Color Harmonies of #70CF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF1E

Black with #70CF1E

Text Example


Text Example

White with #70CF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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