Html Css Color HEX #6EF212 Bright Green

📋 copy color: '#6EF212'

red 110 ◦ green 242 ◦ blue 18

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

Shades of Bright Green #6EF212

Tints of Bright Green #6EF212

RGB

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

 GREEN value IS 242 (94.92% from 255) = 65.41%

 BLUE value IS 18 (7.42% from 255) = 4.86%

R = 29.73%
G = 65.41%
B = 4.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#6EF212 (or 0x6EF212) is known color: Bright Green. HEX triplet: 6E, F2 and 12. RGB value is (110,242,18). Sum of RGB (Red+Green+Blue) = 110+242+18=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 242 (94.92% from 255 or 65.41% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 242 - color contains mainly: green. Hex color #6EF212 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6EF212 is #910DED. Grayscale: #B1B1B1. Windows color (decimal): -9506286 or 1241710. OLE color: 1241710.

HSL color Cylindrical-coordinate representation of color #6EF212: hue angle of 95.36º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EF212 is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 242 18 -
CMYK 0.55 0 0.93 0.05
HSL 95.36º 0.9% 0.51% -
HSV(B) 95.36º 0.93% 0.95% -
XYZ 38.29 66.86 11.46 -
YUV 177 38.27 80.21 -
System Red Green Blue C M Y K H S L
Decimal 110 242 18 0.55 0 0.93 0.05 95.36 0.9 0.51
Hex 6E F2 12 37 0 5D 5 5F 5A 33
Octal 156 362 22 67 0 135 5 137 132 63
Binary 1101110 11110010 10010 110111 0 1011101 101 1011111 1011010 110011

Color Harmonies of #6EF212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF212

Black with #6EF212

Text Example


Text Example

White with #6EF212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,242,18); }

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

background-color css

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

 a { background-color: rgb(110,242,18); }

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

border-color css

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

 span { border-color: rgb(110,242,18); }

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