Html Css Color HEX #70CF25 Lima

📋 copy color: '#70CF25'

red 112 ◦ green 207 ◦ blue 37

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

Shades of Lima #70CF25

Tints of Lima #70CF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.39%

R = 31.46%
G = 58.15%
B = 10.39%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#70CF25 (or 0x70CF25) is known color: Lima. HEX triplet: 70, CF and 25. RGB value is (112,207,37). Sum of RGB (Red+Green+Blue) = 112+207+37=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF25 is #8F30DA. Grayscale: #9F9F9F. Windows color (decimal): -9384155 or 2477936. OLE color: 2477936.

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

Color convert

RGB 112 207 37 -
CMYK 0.46 0 0.82 0.19
HSL 93.53º 0.7% 0.48% -
HSV(B) 93.53º 0.82% 0.81% -
XYZ 29.33 48.2 9.51 -
YUV 159.22 59.03 94.32 -
System Red Green Blue C M Y K H S L
Decimal 112 207 37 0.46 0 0.82 0.19 93.53 0.7 0.48
Hex 70 CF 25 2E 0 52 13 5E 46 30
Octal 160 317 45 56 0 122 23 136 106 60
Binary 1110000 11001111 100101 101110 0 1010010 10011 1011110 1000110 110000

Color Harmonies of #70CF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF25

Black with #70CF25

Text Example


Text Example

White with #70CF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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