Html Css Color HEX #2BD006 Kelly Green

📋 copy color: '#2BD006'

red 43 ◦ green 208 ◦ blue 6

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

Shades of Kelly Green #2BD006

Tints of Kelly Green #2BD006

RGB

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

 GREEN value IS 208 (81.64% from 255) = 80.93%

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

R = 16.73%
G = 80.93%
B = 2.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#2BD006 (or 0x2BD006) is known color: Kelly Green. HEX triplet: 2B, D0 and 06. RGB value is (43,208,6). Sum of RGB (Red+Green+Blue) = 43+208+6=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 208 (81.64% from 255 or 80.93% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD006 is #D42FF9. Grayscale: #888888. Windows color (decimal): -13905914 or 446507. OLE color: 446507.

HSL color Cylindrical-coordinate representation of color #2BD006: hue angle of 109.01º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BD006 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 208 6 -
CMYK 0.79 0 0.97 0.18
HSL 109.01º 0.94% 0.42% -
HSV(B) 109.01º 0.97% 0.82% -
XYZ 23.59 45.64 7.74 -
YUV 135.64 54.84 61.93 -
System Red Green Blue C M Y K H S L
Decimal 43 208 6 0.79 0 0.97 0.18 109.01 0.94 0.42
Hex 2B D0 6 4F 0 61 12 6D 5E 2A
Octal 53 320 6 117 0 141 22 155 136 52
Binary 101011 11010000 110 1001111 0 1100001 10010 1101101 1011110 101010

Color Harmonies of #2BD006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD006

Black with #2BD006

Text Example


Text Example

White with #2BD006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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