#70EA25

Color #70EA25 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #70EA25

Tints of Bright Green #70EA25

Color information

#70EA25 (or 0x70EA25) is unknown color: approx Bright Green. HEX triplet: 70, EA and 25. RGB value is (112,234,37). Sum of RGB (Red+Green+Blue) = 112+234+37=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 234 (91.80% from 255 or 61.10% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EA25 is #8F15DA. Grayscale: #AFAFAF. Windows color (decimal): -9377243 or 2484848. OLE color: 2484848.

HSL color Cylindrical-coordinate representation of color #70EA25: hue angle of 97.16º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70EA25 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB11223437-
CMYK0.5200.840.08
HSL97.16º82.43%53.14%-
HSV(B)97.16º84.19%91.76%-
XYZ36.4462.4211.88-
YUV175.0650.0883.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 234 (91.80% from 255) = 61.10%
BLUE value IS 37 (14.84% from 255) = 9.66%
R=29.24%
G=61.10%
B=9.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112234370.5200.840.0897.1682.4353.14
Hex70EA25340548615235
Octal160352456401241014112265
Binary11100001110101010010111010001010100100011000011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,234,37); }

 H1.HeaderClassName
 {
   color: #70EA25;
 }
 .AnyTagClassName
 {
   color: #70EA25;
 }
</style>
background-color css

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

 a { background-color: rgb(112,234,37); }

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

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

 span { border-color: rgb(112,234,37); }

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