Html Css Color HEX #2BBA06 Kelly Green

📋 copy color: '#2BBA06'

red 43 ◦ green 186 ◦ blue 6

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

Shades of Kelly Green #2BBA06

Tints of Kelly Green #2BBA06

RGB

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

 GREEN value IS 186 (73.05% from 255) = 79.15%

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

R = 18.3%
G = 79.15%
B = 2.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#2BBA06 (or 0x2BBA06) is known color: Kelly Green. HEX triplet: 2B, BA and 06. RGB value is (43,186,6). Sum of RGB (Red+Green+Blue) = 43+186+6=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 186 (73.05% from 255 or 79.15% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBA06 is #D445F9. Grayscale: #7B7B7B. Windows color (decimal): -13911546 or 440875. OLE color: 440875.

HSL color Cylindrical-coordinate representation of color #2BBA06: hue angle of 107.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BBA06 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 186 6 -
CMYK 0.77 0 0.97 0.27
HSL 107.67º 0.94% 0.38% -
HSV(B) 107.67º 0.97% 0.73% -
XYZ 18.59 35.64 6.07 -
YUV 122.72 62.12 71.14 -
System Red Green Blue C M Y K H S L
Decimal 43 186 6 0.77 0 0.97 0.27 107.67 0.94 0.38
Hex 2B BA 6 4D 0 61 1B 6C 5E 26
Octal 53 272 6 115 0 141 33 154 136 46
Binary 101011 10111010 110 1001101 0 1100001 11011 1101100 1011110 100110

Color Harmonies of #2BBA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBA06

Black with #2BBA06

Text Example


Text Example

White with #2BBA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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