Html Css Color HEX #70F329 Bright Green

📋 copy color: '#70F329'

red 112 ◦ green 243 ◦ blue 41

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

Shades of Bright Green #70F329

Tints of Bright Green #70F329

RGB

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

 GREEN value IS 243 (95.31% from 255) = 61.36%

 BLUE value IS 41 (16.41% from 255) = 10.35%

R = 28.28%
G = 61.36%
B = 10.35%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#70F329 (or 0x70F329) is known color: Bright Green. HEX triplet: 70, F3 and 29. RGB value is (112,243,41). Sum of RGB (Red+Green+Blue) = 112+243+41=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 243 (95.31% from 255 or 61.36% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 243 - color contains mainly: green. Hex color #70F329 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F329 is #8F0CD6. Grayscale: #B5B5B5. Windows color (decimal): -9374935 or 2749296. OLE color: 2749296.

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

Color convert

RGB 112 243 41 -
CMYK 0.54 0 0.83 0.05
HSL 98.91º 0.89% 0.56% -
HSV(B) 98.91º 0.83% 0.95% -
XYZ 39.13 67.71 13.1 -
YUV 180.8 49.1 78.93 -
System Red Green Blue C M Y K H S L
Decimal 112 243 41 0.54 0 0.83 0.05 98.91 0.89 0.56
Hex 70 F3 29 36 0 53 5 63 59 38
Octal 160 363 51 66 0 123 5 143 131 70
Binary 1110000 11110011 101001 110110 0 1010011 101 1100011 1011001 111000

Color Harmonies of #70F329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F329

Black with #70F329

Text Example


Text Example

White with #70F329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,243,41); }

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

background-color css

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

 a { background-color: rgb(112,243,41); }

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

border-color css

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

 span { border-color: rgb(112,243,41); }

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