#68E214

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

Shades of Bright Green #68E214

Tints of Bright Green #68E214

Color information

#68E214 (or 0x68E214) is unknown color: approx Bright Green. HEX triplet: 68, E2 and 14. RGB value is (104,226,20). Sum of RGB (Red+Green+Blue) = 104+226+20=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 226 (88.67% from 255 or 64.57% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 226 - color contains mainly: green. Hex color #68E214 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68E214 is #971DEB. Grayscale: #A6A6A6. Windows color (decimal): -9903596 or 1368680. OLE color: 1368680.

HSL color Cylindrical-coordinate representation of color #68E214: hue angle of 95.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68E214 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB10422620-
CMYK0.5400.910.11
HSL95.53º83.74%48.24%-
HSV(B)95.53º91.15%88.63%-
XYZ33.0357.3910-
YUV166.0445.5883.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.71%
GREEN value IS 226 (88.67% from 255) = 64.57%
BLUE value IS 20 (8.20% from 255) = 5.71%
R=29.71%
G=64.57%
B=5.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal104226200.5400.910.1195.5383.7448.24
Hex68E2143605BB605430
Octal150342246601331314012460
Binary1101000111000101010011011001011011101111000001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,226,20); }

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

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

 a { background-color: rgb(104,226,20); }

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

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

 span { border-color: rgb(104,226,20); }

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