Html Css Color HEX #68DB13 Bright Green

📋 copy color: '#68DB13'

red 104 ◦ green 219 ◦ blue 19

#68DB13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #68DB13

Tints of Bright Green #68DB13

RGB

 RED value IS 104 (41.02% from 255) = 30.41%

 GREEN value IS 219 (85.94% from 255) = 64.04%

 BLUE value IS 19 (7.81% from 255) = 5.56%

R = 30.41%
G = 64.04%
B = 5.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#68DB13 (or 0x68DB13) is known color: Bright Green. HEX triplet: 68, DB and 13. RGB value is (104,219,19). Sum of RGB (Red+Green+Blue) = 104+219+19=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 219 (85.94% from 255 or 64.04% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68DB13 is #9724EC. Grayscale: #A2A2A2. Windows color (decimal): -9905389 or 1301352. OLE color: 1301352.

HSL color Cylindrical-coordinate representation of color #68DB13: hue angle of 94.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68DB13 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 219 19 -
CMYK 0.53 0 0.91 0.14
HSL 94.5º 0.84% 0.47% -
HSV(B) 94.5º 0.91% 0.86% -
XYZ 31.16 53.65 9.33 -
YUV 161.82 47.4 86.76 -
System Red Green Blue C M Y K H S L
Decimal 104 219 19 0.53 0 0.91 0.14 94.5 0.84 0.47
Hex 68 DB 13 35 0 5B E 5E 54 2F
Octal 150 333 23 65 0 133 16 136 124 57
Binary 1101000 11011011 10011 110101 0 1011011 1110 1011110 1010100 101111

Color Harmonies of #68DB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DB13

Black with #68DB13

Text Example


Text Example

White with #68DB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,219,19); }

 H1.HeaderClassName
 {
   color: #68DB13;
 }
 .AnyTagClassName
 {
   color: #68DB13;
 }
</style>

background-color css

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

 a { background-color: rgb(104,219,19); }

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

border-color css

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

 span { border-color: rgb(104,219,19); }

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