Html Css Color HEX #6CF20E Bright Green

📋 copy color: '#6CF20E'

red 108 ◦ green 242 ◦ blue 14

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

Shades of Bright Green #6CF20E

Tints of Bright Green #6CF20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.85%

R = 29.67%
G = 66.48%
B = 3.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#6CF20E (or 0x6CF20E) is known color: Bright Green. HEX triplet: 6C, F2 and 0E. RGB value is (108,242,14). Sum of RGB (Red+Green+Blue) = 108+242+14=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 242 (94.92% from 255 or 66.48% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF20E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF20E is #930DF1. Grayscale: #B0B0B0. Windows color (decimal): -9637362 or 979564. OLE color: 979564.

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

Color convert

RGB 108 242 14 -
CMYK 0.55 0 0.94 0.05
HSL 95.26º 0.9% 0.5% -
HSV(B) 95.26º 0.94% 0.95% -
XYZ 38.02 66.72 11.29 -
YUV 175.94 36.61 79.54 -
System Red Green Blue C M Y K H S L
Decimal 108 242 14 0.55 0 0.94 0.05 95.26 0.9 0.5
Hex 6C F2 E 37 0 5E 5 5F 5A 32
Octal 154 362 16 67 0 136 5 137 132 62
Binary 1101100 11110010 1110 110111 0 1011110 101 1011111 1011010 110010

Color Harmonies of #6CF20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF20E

Black with #6CF20E

Text Example


Text Example

White with #6CF20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,242,14); }

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

background-color css

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

 a { background-color: rgb(108,242,14); }

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

border-color css

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

 span { border-color: rgb(108,242,14); }

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