Html Css Color HEX #70F019 Bright Green

📋 copy color: '#70F019'

red 112 ◦ green 240 ◦ blue 25

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

Shades of Bright Green #70F019

Tints of Bright Green #70F019

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.66%

 BLUE value IS 25 (10.16% from 255) = 6.63%

R = 29.71%
G = 63.66%
B = 6.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#70F019 (or 0x70F019) is known color: Bright Green. HEX triplet: 70, F0 and 19. RGB value is (112,240,25). Sum of RGB (Red+Green+Blue) = 112+240+25=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 240 (94.14% from 255 or 63.66% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 240 - color contains mainly: green. Hex color #70F019 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F019 is #8F0FE6. Grayscale: #B1B1B1. Windows color (decimal): -9375719 or 1699952. OLE color: 1699952.

HSL color Cylindrical-coordinate representation of color #70F019: hue angle of 95.72º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70F019 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 240 25 -
CMYK 0.53 0 0.90 0.06
HSL 95.72º 0.88% 0.52% -
HSV(B) 95.72º 0.9% 0.94% -
XYZ 38.02 65.84 11.62 -
YUV 177.22 42.09 81.48 -
System Red Green Blue C M Y K H S L
Decimal 112 240 25 0.53 0 0.90 0.06 95.72 0.88 0.52
Hex 70 F0 19 35 0 5A 6 60 58 34
Octal 160 360 31 65 0 132 6 140 130 64
Binary 1110000 11110000 11001 110101 0 1011010 110 1100000 1011000 110100

Color Harmonies of #70F019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F019

Black with #70F019

Text Example


Text Example

White with #70F019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,240,25); }

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

background-color css

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

 a { background-color: rgb(112,240,25); }

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

border-color css

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

 span { border-color: rgb(112,240,25); }

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