Html Css Color HEX #2BBA15 Kelly Green

📋 copy color: '#2BBA15'

red 43 ◦ green 186 ◦ blue 21

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

Shades of Kelly Green #2BBA15

Tints of Kelly Green #2BBA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 17.2%
G = 74.4%
B = 8.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#2BBA15 (or 0x2BBA15) is known color: Kelly Green. HEX triplet: 2B, BA and 15. RGB value is (43,186,21). Sum of RGB (Red+Green+Blue) = 43+186+21=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 186 (73.05% from 255 or 74.4% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBA15 is #D445EA. Grayscale: #7C7C7C. Windows color (decimal): -13911531 or 1423915. OLE color: 1423915.

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

Color convert

RGB 43 186 21 -
CMYK 0.77 0 0.89 0.27
HSL 112º 0.8% 0.41% -
HSV(B) 112º 0.89% 0.73% -
XYZ 18.69 35.69 6.61 -
YUV 124.43 69.62 69.92 -
System Red Green Blue C M Y K H S L
Decimal 43 186 21 0.77 0 0.89 0.27 112 0.8 0.41
Hex 2B BA 15 4D 0 59 1B 70 50 29
Octal 53 272 25 115 0 131 33 160 120 51
Binary 101011 10111010 10101 1001101 0 1011001 11011 1110000 1010000 101001

Color Harmonies of #2BBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBA15

Black with #2BBA15

Text Example


Text Example

White with #2BBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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