Html Css Color HEX #6EEF14 Bright Green

📋 copy color: '#6EEF14'

red 110 ◦ green 239 ◦ blue 20

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

Shades of Bright Green #6EEF14

Tints of Bright Green #6EEF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 64.77%

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

R = 29.81%
G = 64.77%
B = 5.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#6EEF14 (or 0x6EEF14) is known color: Bright Green. HEX triplet: 6E, EF and 14. RGB value is (110,239,20). Sum of RGB (Red+Green+Blue) = 110+239+20=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 239 (93.75% from 255 or 64.77% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEF14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6EEF14 is #9110EB. Grayscale: #B0B0B0. Windows color (decimal): -9507052 or 1372014. OLE color: 1372014.

HSL color Cylindrical-coordinate representation of color #6EEF14: hue angle of 95.34º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6EEF14 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 239 20 -
CMYK 0.54 0 0.92 0.06
HSL 95.34º 0.87% 0.51% -
HSV(B) 95.34º 0.92% 0.94% -
XYZ 37.42 65.1 11.25 -
YUV 175.46 40.26 81.31 -
System Red Green Blue C M Y K H S L
Decimal 110 239 20 0.54 0 0.92 0.06 95.34 0.87 0.51
Hex 6E EF 14 36 0 5C 6 5F 57 33
Octal 156 357 24 66 0 134 6 137 127 63
Binary 1101110 11101111 10100 110110 0 1011100 110 1011111 1010111 110011

Color Harmonies of #6EEF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEF14

Black with #6EEF14

Text Example


Text Example

White with #6EEF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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