Html Css Color HEX #6CFC14 Bright Green

📋 copy color: '#6CFC14'

red 108 ◦ green 252 ◦ blue 20

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

Shades of Bright Green #6CFC14

Tints of Bright Green #6CFC14

RGB

 RED value IS 108 (42.58% from 255) = 28.42%

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

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

R = 28.42%
G = 66.32%
B = 5.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#6CFC14 (or 0x6CFC14) is known color: Bright Green. HEX triplet: 6C, FC and 14. RGB value is (108,252,20). Sum of RGB (Red+Green+Blue) = 108+252+20=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 252 (98.83% from 255 or 66.32% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 252 - color contains mainly: green. Hex color #6CFC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CFC14 is #9303EB. Grayscale: #B7B7B7. Windows color (decimal): -9634796 or 1375340. OLE color: 1375340.

HSL color Cylindrical-coordinate representation of color #6CFC14: hue angle of 97.24º 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 #6CFC14 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 108 252 20 -
CMYK 0.57 0 0.92 0.01
HSL 97.24º 0.97% 0.53% -
HSV(B) 97.24º 0.92% 0.99% -
XYZ 41.12 72.86 12.56 -
YUV 182.5 36.29 74.86 -
System Red Green Blue C M Y K H S L
Decimal 108 252 20 0.57 0 0.92 0.01 97.24 0.97 0.53
Hex 6C FC 14 39 0 5C 1 61 61 35
Octal 154 374 24 71 0 134 1 141 141 65
Binary 1101100 11111100 10100 111001 0 1011100 1 1100001 1100001 110101

Color Harmonies of #6CFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CFC14

Black with #6CFC14

Text Example


Text Example

White with #6CFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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