Html Css Color HEX #70FC15 Bright Green

📋 copy color: '#70FC15'

red 112 ◦ green 252 ◦ blue 21

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

Shades of Bright Green #70FC15

Tints of Bright Green #70FC15

RGB

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

 GREEN value IS 252 (98.83% from 255) = 65.45%

 BLUE value IS 21 (8.59% from 255) = 5.45%

R = 29.09%
G = 65.45%
B = 5.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#70FC15 (or 0x70FC15) is known color: Bright Green. HEX triplet: 70, FC and 15. RGB value is (112,252,21). Sum of RGB (Red+Green+Blue) = 112+252+21=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 252 (98.83% from 255 or 65.45% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 252 - color contains mainly: green. Hex color #70FC15 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FC15 is #8F03EA. Grayscale: #B8B8B8. Windows color (decimal): -9372651 or 1440880. OLE color: 1440880.

HSL color Cylindrical-coordinate representation of color #70FC15: hue angle of 96.36º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70FC15 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 252 21 -
CMYK 0.56 0 0.92 0.01
HSL 96.36º 0.97% 0.54% -
HSV(B) 96.36º 0.92% 0.99% -
XYZ 41.63 73.12 12.63 -
YUV 183.81 36.12 76.78 -
System Red Green Blue C M Y K H S L
Decimal 112 252 21 0.56 0 0.92 0.01 96.36 0.97 0.54
Hex 70 FC 15 38 0 5C 1 60 61 36
Octal 160 374 25 70 0 134 1 140 141 66
Binary 1110000 11111100 10101 111000 0 1011100 1 1100000 1100001 110110

Color Harmonies of #70FC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FC15

Black with #70FC15

Text Example


Text Example

White with #70FC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,252,21); }

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

background-color css

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

 a { background-color: rgb(112,252,21); }

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

border-color css

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

 span { border-color: rgb(112,252,21); }

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