Html Css Color HEX #6AFC1B Bright Green

📋 copy color: '#6AFC1B'

red 106 ◦ green 252 ◦ blue 27

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

Shades of Bright Green #6AFC1B

Tints of Bright Green #6AFC1B

RGB

 RED value IS 106 (41.8% from 255) = 27.53%

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

 BLUE value IS 27 (10.94% from 255) = 7.01%

R = 27.53%
G = 65.45%
B = 7.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#6AFC1B (or 0x6AFC1B) is known color: Bright Green. HEX triplet: 6A, FC and 1B. RGB value is (106,252,27). Sum of RGB (Red+Green+Blue) = 106+252+27=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 252 (98.83% from 255 or 65.45% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFC1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFC1B is #9503E4. Grayscale: #B7B7B7. Windows color (decimal): -9765861 or 1834090. OLE color: 1834090.

HSL color Cylindrical-coordinate representation of color #6AFC1B: hue angle of 98.93º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6AFC1B is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 252 27 -
CMYK 0.58 0 0.89 0.01
HSL 98.93º 0.97% 0.55% -
HSV(B) 98.93º 0.89% 0.99% -
XYZ 40.95 72.76 12.92 -
YUV 182.7 40.13 73.3 -
System Red Green Blue C M Y K H S L
Decimal 106 252 27 0.58 0 0.89 0.01 98.93 0.97 0.55
Hex 6A FC 1B 3A 0 59 1 63 61 37
Octal 152 374 33 72 0 131 1 143 141 67
Binary 1101010 11111100 11011 111010 0 1011001 1 1100011 1100001 110111

Color Harmonies of #6AFC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFC1B

Black with #6AFC1B

Text Example


Text Example

White with #6AFC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,252,27); }

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

background-color css

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

 a { background-color: rgb(106,252,27); }

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

border-color css

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

 span { border-color: rgb(106,252,27); }

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