Html Css Color HEX #68FD14 Bright Green

📋 copy color: '#68FD14'

red 104 ◦ green 253 ◦ blue 20

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

Shades of Bright Green #68FD14

Tints of Bright Green #68FD14

RGB

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

 GREEN value IS 253 (99.22% from 255) = 67.11%

 BLUE value IS 20 (8.2% from 255) = 5.31%

R = 27.59%
G = 67.11%
B = 5.31%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#68FD14 (or 0x68FD14) is known color: Bright Green. HEX triplet: 68, FD and 14. RGB value is (104,253,20). Sum of RGB (Red+Green+Blue) = 104+253+20=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 253 (99.22% from 255 or 67.11% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 253 - color contains mainly: green. Hex color #68FD14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68FD14 is #9702EB. Grayscale: #B6B6B6. Windows color (decimal): -9896684 or 1375592. OLE color: 1375592.

HSL color Cylindrical-coordinate representation of color #68FD14: hue angle of 98.37º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68FD14 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 253 20 -
CMYK 0.59 0 0.92 0.01
HSL 98.37º 0.98% 0.54% -
HSV(B) 98.37º 0.92% 0.99% -
XYZ 40.96 73.24 12.64 -
YUV 181.89 36.64 72.45 -
System Red Green Blue C M Y K H S L
Decimal 104 253 20 0.59 0 0.92 0.01 98.37 0.98 0.54
Hex 68 FD 14 3B 0 5C 1 62 62 36
Octal 150 375 24 73 0 134 1 142 142 66
Binary 1101000 11111101 10100 111011 0 1011100 1 1100010 1100010 110110

Color Harmonies of #68FD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FD14

Black with #68FD14

Text Example


Text Example

White with #68FD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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