Html Css Color HEX #70FD14 Bright Green

📋 copy color: '#70FD14'

red 112 ◦ green 253 ◦ blue 20

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

Shades of Bright Green #70FD14

Tints of Bright Green #70FD14

RGB

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

 GREEN value IS 253 (99.22% from 255) = 65.71%

 BLUE value IS 20 (8.2% from 255) = 5.19%

R = 29.09%
G = 65.71%
B = 5.19%

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

#70FD14 (or 0x70FD14) is known color: Bright Green. HEX triplet: 70, FD and 14. RGB value is (112,253,20). Sum of RGB (Red+Green+Blue) = 112+253+20=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 253 (99.22% from 255 or 65.71% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 253 - color contains mainly: green. Hex color #70FD14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70FD14 is #8F02EB. Grayscale: #B9B9B9. Windows color (decimal): -9372396 or 1375600. OLE color: 1375600.

HSL color Cylindrical-coordinate representation of color #70FD14: hue angle of 96.31º degrees, saturation: 0.98, 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 #70FD14 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 253 20 -
CMYK 0.56 0 0.92 0.01
HSL 96.31º 0.98% 0.54% -
HSV(B) 96.31º 0.92% 0.99% -
XYZ 41.93 73.75 12.69 -
YUV 184.28 35.29 76.45 -
System Red Green Blue C M Y K H S L
Decimal 112 253 20 0.56 0 0.92 0.01 96.31 0.98 0.54
Hex 70 FD 14 38 0 5C 1 60 62 36
Octal 160 375 24 70 0 134 1 140 142 66
Binary 1110000 11111101 10100 111000 0 1011100 1 1100000 1100010 110110

Color Harmonies of #70FD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FD14

Black with #70FD14

Text Example


Text Example

White with #70FD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,253,20); }

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

background-color css

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

 a { background-color: rgb(112,253,20); }

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

border-color css

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

 span { border-color: rgb(112,253,20); }

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