Html Css Color HEX #70FF15 Bright Green

📋 copy color: '#70FF15'

red 112 ◦ green 255 ◦ blue 21

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

Shades of Bright Green #70FF15

Tints of Bright Green #70FF15

RGB

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

 GREEN value IS 255 (100% from 255) = 65.72%

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

R = 28.87%
G = 65.72%
B = 5.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#70FF15 (or 0x70FF15) is known color: Bright Green. HEX triplet: 70, FF and 15. RGB value is (112,255,21). Sum of RGB (Red+Green+Blue) = 112+255+21=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 255 (100% from 255 or 65.72% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF15 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FF15 is #8F00EA. Grayscale: #BABABA. Windows color (decimal): -9371883 or 1441648. OLE color: 1441648.

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

Color convert

RGB 112 255 21 -
CMYK 0.56 0 0.92 0
HSL 96.67º 1% 0.54% -
HSV(B) 96.67º 0.92% 1% -
XYZ 42.58 75.02 12.95 -
YUV 185.57 35.12 75.53 -
System Red Green Blue C M Y K H S L
Decimal 112 255 21 0.56 0 0.92 0 96.67 1 0.54
Hex 70 FF 15 38 0 5C 0 61 64 36
Octal 160 377 25 70 0 134 0 141 144 66
Binary 1110000 11111111 10101 111000 0 1011100 0 1100001 1100100 110110

Color Harmonies of #70FF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FF15

Black with #70FF15

Text Example


Text Example

White with #70FF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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