Html Css Color HEX #70DF2E Yellow Green

📋 copy color: '#70DF2E'

red 112 ◦ green 223 ◦ blue 46

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

Shades of Yellow Green #70DF2E

Tints of Yellow Green #70DF2E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.53%

 BLUE value IS 46 (18.36% from 255) = 12.07%

R = 29.4%
G = 58.53%
B = 12.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#70DF2E (or 0x70DF2E) is known color: Yellow Green. HEX triplet: 70, DF and 2E. RGB value is (112,223,46). Sum of RGB (Red+Green+Blue) = 112+223+46=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DF2E is #8F20D1. Grayscale: #AAAAAA. Windows color (decimal): -9380050 or 3071856. OLE color: 3071856.

HSL color Cylindrical-coordinate representation of color #70DF2E: hue angle of 97.63º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70DF2E is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 46 -
CMYK 0.50 0 0.79 0.13
HSL 97.63º 0.73% 0.53% -
HSV(B) 97.63º 0.79% 0.87% -
XYZ 33.56 56.42 11.71 -
YUV 169.63 58.23 86.89 -
System Red Green Blue C M Y K H S L
Decimal 112 223 46 0.50 0 0.79 0.13 97.63 0.73 0.53
Hex 70 DF 2E 32 0 4F D 62 49 35
Octal 160 337 56 62 0 117 15 142 111 65
Binary 1110000 11011111 101110 110010 0 1001111 1101 1100010 1001001 110101

Color Harmonies of #70DF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF2E

Black with #70DF2E

Text Example


Text Example

White with #70DF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,223,46); }

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

background-color css

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

 a { background-color: rgb(112,223,46); }

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

border-color css

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

 span { border-color: rgb(112,223,46); }

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