#68EA0E

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

Shades of Bright Green #68EA0E

Tints of Bright Green #68EA0E

Color information

#68EA0E (or 0x68EA0E) is unknown color: approx Bright Green. HEX triplet: 68, EA and 0E. RGB value is (104,234,14). Sum of RGB (Red+Green+Blue) = 104+234+14=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 234 (91.80% from 255 or 66.48% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 234 - color contains mainly: green. Hex color #68EA0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68EA0E is #9715F1. Grayscale: #AAAAAA. Windows color (decimal): -9901554 or 977512. OLE color: 977512.

HSL color Cylindrical-coordinate representation of color #68EA0E: hue angle of 95.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68EA0E is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB10423414-
CMYK0.5600.940.08
HSL95.45º88.71%48.63%-
HSV(B)95.45º94.02%91.76%-
XYZ35.2161.8210.49-
YUV170.0539.9380.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.55%
GREEN value IS 234 (91.80% from 255) = 66.48%
BLUE value IS 14 (5.86% from 255) = 3.98%
R=29.55%
G=66.48%
B=3.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal104234140.5600.940.0895.4588.7148.63
Hex68EAE3805E85f5931
Octal150352167001361013713161
Binary110100011101010111011100001011110100010111111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68EA0E; }

 p { color: rgb(104,234,14); }

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

<style>
 a { background-color: #68EA0E; }

 a { background-color: rgb(104,234,14); }

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

<style>
 span { border-color: #68EA0E; }

 span { border-color: rgb(104,234,14); }

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