Html Css Color HEX #70CF27 Lima

📋 copy color: '#70CF27'

red 112 ◦ green 207 ◦ blue 39

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

Shades of Lima #70CF27

Tints of Lima #70CF27

RGB

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

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

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

R = 31.28%
G = 57.82%
B = 10.89%

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

#70CF27 (or 0x70CF27) is known color: Lima. HEX triplet: 70, CF and 27. RGB value is (112,207,39). Sum of RGB (Red+Green+Blue) = 112+207+39=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF27 is #8F30D8. Grayscale: #A0A0A0. Windows color (decimal): -9384153 or 2609008. OLE color: 2609008.

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

Color convert

RGB 112 207 39 -
CMYK 0.46 0 0.81 0.19
HSL 93.93º 0.68% 0.48% -
HSV(B) 93.93º 0.81% 0.81% -
XYZ 29.36 48.22 9.68 -
YUV 159.44 60.03 94.16 -
System Red Green Blue C M Y K H S L
Decimal 112 207 39 0.46 0 0.81 0.19 93.93 0.68 0.48
Hex 70 CF 27 2E 0 51 13 5E 44 30
Octal 160 317 47 56 0 121 23 136 104 60
Binary 1110000 11001111 100111 101110 0 1010001 10011 1011110 1000100 110000

Color Harmonies of #70CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF27

Black with #70CF27

Text Example


Text Example

White with #70CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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