Html Css Color HEX #6ADC02 Bright Green

📋 copy color: '#6ADC02'

red 106 ◦ green 220 ◦ blue 2

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

Shades of Bright Green #6ADC02

Tints of Bright Green #6ADC02

RGB

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

 GREEN value IS 220 (86.33% from 255) = 67.07%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 32.32%
G = 67.07%
B = 0.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#6ADC02 (or 0x6ADC02) is known color: Bright Green. HEX triplet: 6A, DC and 02. RGB value is (106,220,2). Sum of RGB (Red+Green+Blue) = 106+220+2=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 220 (86.33% from 255 or 67.07% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADC02 is #9523FD. Grayscale: #A1A1A1. Windows color (decimal): -9774078 or 187498. OLE color: 187498.

HSL color Cylindrical-coordinate representation of color #6ADC02: hue angle of 91.38º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6ADC02 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 220 2 -
CMYK 0.52 0 0.99 0.14
HSL 91.38º 0.98% 0.44% -
HSV(B) 91.38º 0.99% 0.86% -
XYZ 31.55 54.25 8.87 -
YUV 161.06 38.23 88.73 -
System Red Green Blue C M Y K H S L
Decimal 106 220 2 0.52 0 0.99 0.14 91.38 0.98 0.44
Hex 6A DC 2 34 0 63 E 5B 62 2C
Octal 152 334 2 64 0 143 16 133 142 54
Binary 1101010 11011100 10 110100 0 1100011 1110 1011011 1100010 101100

Color Harmonies of #6ADC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC02

Black with #6ADC02

Text Example


Text Example

White with #6ADC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,220,2); }

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

background-color css

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

 a { background-color: rgb(106,220,2); }

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

border-color css

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

 span { border-color: rgb(106,220,2); }

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