Html Css Color HEX #70FD1D Bright Green

📋 copy color: '#70FD1D'

red 112 ◦ green 253 ◦ blue 29

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

Shades of Bright Green #70FD1D

Tints of Bright Green #70FD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.36%

R = 28.43%
G = 64.21%
B = 7.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#70FD1D (or 0x70FD1D) is known color: Bright Green. HEX triplet: 70, FD and 1D. RGB value is (112,253,29). Sum of RGB (Red+Green+Blue) = 112+253+29=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 253 (99.22% from 255 or 64.21% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 253 - color contains mainly: green. Hex color #70FD1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70FD1D is #8F02E2. Grayscale: #BABABA. Windows color (decimal): -9372387 or 1965424. OLE color: 1965424.

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

Color convert

RGB 112 253 29 -
CMYK 0.56 0 0.89 0.01
HSL 97.77º 0.98% 0.55% -
HSV(B) 97.77º 0.89% 0.99% -
XYZ 42.03 73.78 13.19 -
YUV 185.31 39.79 75.71 -
System Red Green Blue C M Y K H S L
Decimal 112 253 29 0.56 0 0.89 0.01 97.77 0.98 0.55
Hex 70 FD 1D 38 0 59 1 62 62 37
Octal 160 375 35 70 0 131 1 142 142 67
Binary 1110000 11111101 11101 111000 0 1011001 1 1100010 1100010 110111

Color Harmonies of #70FD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FD1D

Black with #70FD1D

Text Example


Text Example

White with #70FD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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