Html Css Color HEX #6EFC14 Bright Green

📋 copy color: '#6EFC14'

red 110 ◦ green 252 ◦ blue 20

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

Shades of Bright Green #6EFC14

Tints of Bright Green #6EFC14

RGB

 RED value IS 110 (43.36% from 255) = 28.8%

 GREEN value IS 252 (98.83% from 255) = 65.97%

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

R = 28.8%
G = 65.97%
B = 5.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#6EFC14 (or 0x6EFC14) is known color: Bright Green. HEX triplet: 6E, FC and 14. RGB value is (110,252,20). Sum of RGB (Red+Green+Blue) = 110+252+20=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 252 (98.83% from 255 or 65.97% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 252 - color contains mainly: green. Hex color #6EFC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6EFC14 is #9103EB. Grayscale: #B7B7B7. Windows color (decimal): -9503724 or 1375342. OLE color: 1375342.

HSL color Cylindrical-coordinate representation of color #6EFC14: hue angle of 96.72º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6EFC14 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 252 20 -
CMYK 0.56 0 0.92 0.01
HSL 96.72º 0.97% 0.53% -
HSV(B) 96.72º 0.92% 0.99% -
XYZ 41.37 72.99 12.57 -
YUV 183.09 35.96 75.86 -
System Red Green Blue C M Y K H S L
Decimal 110 252 20 0.56 0 0.92 0.01 96.72 0.97 0.53
Hex 6E FC 14 38 0 5C 1 61 61 35
Octal 156 374 24 70 0 134 1 141 141 65
Binary 1101110 11111100 10100 111000 0 1011100 1 1100001 1100001 110101

Color Harmonies of #6EFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFC14

Black with #6EFC14

Text Example


Text Example

White with #6EFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EFC14; }

 p { color: rgb(110,252,20); }

 H1.HeaderClassName
 {
   color: #6EFC14;
 }
 .AnyTagClassName
 {
   color: #6EFC14;
 }
</style>

background-color css

<style>
 a { background-color: #6EFC14; }

 a { background-color: rgb(110,252,20); }

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

border-color css

<style>
 span { border-color: #6EFC14; }

 span { border-color: rgb(110,252,20); }

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