Html Css Color HEX #6CF00F Bright Green

📋 copy color: '#6CF00F'

red 108 ◦ green 240 ◦ blue 15

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

Shades of Bright Green #6CF00F

Tints of Bright Green #6CF00F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 66.12%

 BLUE value IS 15 (6.25% from 255) = 4.13%

R = 29.75%
G = 66.12%
B = 4.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#6CF00F (or 0x6CF00F) is known color: Bright Green. HEX triplet: 6C, F0 and 0F. RGB value is (108,240,15). Sum of RGB (Red+Green+Blue) = 108+240+15=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF00F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF00F is #930FF0. Grayscale: #AFAFAF. Windows color (decimal): -9637873 or 1044588. OLE color: 1044588.

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

Color convert

RGB 108 240 15 -
CMYK 0.55 0 0.94 0.06
HSL 95.2º 0.88% 0.5% -
HSV(B) 95.2º 0.94% 0.94% -
XYZ 37.43 65.54 11.13 -
YUV 174.88 37.77 80.3 -
System Red Green Blue C M Y K H S L
Decimal 108 240 15 0.55 0 0.94 0.06 95.2 0.88 0.5
Hex 6C F0 F 37 0 5E 6 5F 58 32
Octal 154 360 17 67 0 136 6 137 130 62
Binary 1101100 11110000 1111 110111 0 1011110 110 1011111 1011000 110010

Color Harmonies of #6CF00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF00F

Black with #6CF00F

Text Example


Text Example

White with #6CF00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,240,15); }

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

background-color css

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

 a { background-color: rgb(108,240,15); }

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

border-color css

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

 span { border-color: rgb(108,240,15); }

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