#68D300

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

Shades of Bright Green #68D300

Tints of Bright Green #68D300

Color information

#68D300 (or 0x68D300) is unknown color: approx Bright Green. HEX triplet: 68, D3 and 00. RGB value is (104,211,0). Sum of RGB (Red+Green+Blue) = 104+211+0=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 211 (82.81% from 255 or 66.98% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 211 - color contains mainly: green. Hex color #68D300 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68D300 is #972CFF. Grayscale: #9B9B9B. Windows color (decimal): -9907456 or 54120. OLE color: 54120.

HSL color Cylindrical-coordinate representation of color #68D300: hue angle of 90.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68D300 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB1042110-
CMYK0.51010.17
HSL90.43º100%41.37%-
HSV(B)90.43º100%82.75%-
XYZ2949.538.03-
YUV154.9540.5591.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 211 (82.81% from 255) = 66.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.02%
G=66.98%
B=0%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal10421100.51010.1790.4310041.37
Hex68D3033064115a6429
Octal15032306301442113214451
Binary1101000110100110110011011001001000110110101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,211,0); }

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

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

 a { background-color: rgb(104,211,0); }

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

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

 span { border-color: rgb(104,211,0); }

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