#70EB27

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

Shades of Bright Green #70EB27

Tints of Bright Green #70EB27

Color information

#70EB27 (or 0x70EB27) is unknown color: approx Bright Green. HEX triplet: 70, EB and 27. RGB value is (112,235,39). Sum of RGB (Red+Green+Blue) = 112+235+39=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 235 (92.19% from 255 or 60.88% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EB27 is #8F14D8. Grayscale: #B0B0B0. Windows color (decimal): -9376985 or 2616176. OLE color: 2616176.

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

Color convert

RGB11223539-
CMYK0.5200.830.08
HSL97.65º83.05%53.73%-
HSV(B)97.65º83.4%92.16%-
XYZ36.7663.0112.14-
YUV175.8850.7582.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 235 (92.19% from 255) = 60.88%
BLUE value IS 39 (15.62% from 255) = 10.10%
R=29.02%
G=60.88%
B=10.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112235390.5200.830.0897.6583.0553.73
Hex70EB27340538625336
Octal160353476401231014212366
Binary11100001110101110011111010001010011100011000101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,235,39); }

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

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

 a { background-color: rgb(112,235,39); }

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

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

 span { border-color: rgb(112,235,39); }

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