Html Css Color HEX #70EE1D Bright Green

📋 copy color: '#70EE1D'

red 112 ◦ green 238 ◦ blue 29

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

Shades of Bright Green #70EE1D

Tints of Bright Green #70EE1D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 62.8%

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

R = 29.55%
G = 62.8%
B = 7.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#70EE1D (or 0x70EE1D) is known color: Bright Green. HEX triplet: 70, EE and 1D. RGB value is (112,238,29). Sum of RGB (Red+Green+Blue) = 112+238+29=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 238 (93.36% from 255 or 62.80% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EE1D is #8F11E2. Grayscale: #B1B1B1. Windows color (decimal): -9376227 or 1961584. OLE color: 1961584.

HSL color Cylindrical-coordinate representation of color #70EE1D: hue angle of 96.17º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70EE1D is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 238 29 -
CMYK 0.53 0 0.88 0.07
HSL 96.17º 0.86% 0.52% -
HSV(B) 96.17º 0.88% 0.93% -
XYZ 37.48 64.68 11.67 -
YUV 176.5 44.76 81.99 -
System Red Green Blue C M Y K H S L
Decimal 112 238 29 0.53 0 0.88 0.07 96.17 0.86 0.52
Hex 70 EE 1D 35 0 58 7 60 56 34
Octal 160 356 35 65 0 130 7 140 126 64
Binary 1110000 11101110 11101 110101 0 1011000 111 1100000 1010110 110100

Color Harmonies of #70EE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EE1D

Black with #70EE1D

Text Example


Text Example

White with #70EE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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