Html Css Color HEX #70CE27 Lima

📋 copy color: '#70CE27'

red 112 ◦ green 206 ◦ blue 39

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

Shades of Lima #70CE27

Tints of Lima #70CE27

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.7%

 BLUE value IS 39 (15.63% from 255) = 10.92%

R = 31.37%
G = 57.7%
B = 10.92%

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

#70CE27 (or 0x70CE27) is known color: Lima. HEX triplet: 70, CE and 27. RGB value is (112,206,39). Sum of RGB (Red+Green+Blue) = 112+206+39=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CE27 is #8F31D8. Grayscale: #9F9F9F. Windows color (decimal): -9384409 or 2608752. OLE color: 2608752.

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

Color convert

RGB 112 206 39 -
CMYK 0.46 0 0.81 0.19
HSL 93.77º 0.68% 0.48% -
HSV(B) 93.77º 0.81% 0.81% -
XYZ 29.12 47.73 9.6 -
YUV 158.86 60.36 94.58 -
System Red Green Blue C M Y K H S L
Decimal 112 206 39 0.46 0 0.81 0.19 93.77 0.68 0.48
Hex 70 CE 27 2E 0 51 13 5E 44 30
Octal 160 316 47 56 0 121 23 136 104 60
Binary 1110000 11001110 100111 101110 0 1010001 10011 1011110 1000100 110000

Color Harmonies of #70CE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE27

Black with #70CE27

Text Example


Text Example

White with #70CE27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,206,39); }

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

background-color css

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

 a { background-color: rgb(112,206,39); }

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

border-color css

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

 span { border-color: rgb(112,206,39); }

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