Html Css Color HEX #2BC006 Kelly Green

📋 copy color: '#2BC006'

red 43 ◦ green 192 ◦ blue 6

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

Shades of Kelly Green #2BC006

Tints of Kelly Green #2BC006

RGB

 RED value IS 43 (17.19% from 255) = 17.84%

 GREEN value IS 192 (75.39% from 255) = 79.67%

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 17.84%
G = 79.67%
B = 2.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#2BC006 (or 0x2BC006) is known color: Kelly Green. HEX triplet: 2B, C0 and 06. RGB value is (43,192,6). Sum of RGB (Red+Green+Blue) = 43+192+6=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BC006 is #D43FF9. Grayscale: #7E7E7E. Windows color (decimal): -13910010 or 442411. OLE color: 442411.

HSL color Cylindrical-coordinate representation of color #2BC006: hue angle of 108.06º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BC006 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 192 6 -
CMYK 0.78 0 0.97 0.25
HSL 108.06º 0.94% 0.39% -
HSV(B) 108.06º 0.97% 0.75% -
XYZ 19.88 38.23 6.5 -
YUV 126.25 60.14 68.62 -
System Red Green Blue C M Y K H S L
Decimal 43 192 6 0.78 0 0.97 0.25 108.06 0.94 0.39
Hex 2B C0 6 4E 0 61 19 6C 5E 27
Octal 53 300 6 116 0 141 31 154 136 47
Binary 101011 11000000 110 1001110 0 1100001 11001 1101100 1011110 100111

Color Harmonies of #2BC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC006

Black with #2BC006

Text Example


Text Example

White with #2BC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BC006; }

 p { color: rgb(43,192,6); }

 H1.HeaderClassName
 {
   color: #2BC006;
 }
 .AnyTagClassName
 {
   color: #2BC006;
 }
</style>

background-color css

<style>
 a { background-color: #2BC006; }

 a { background-color: rgb(43,192,6); }

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

border-color css

<style>
 span { border-color: #2BC006; }

 span { border-color: rgb(43,192,6); }

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