Html Css Color HEX #2BBA05 Kelly Green

📋 copy color: '#2BBA05'

red 43 ◦ green 186 ◦ blue 5

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

Shades of Kelly Green #2BBA05

Tints of Kelly Green #2BBA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.14%

R = 18.38%
G = 79.49%
B = 2.14%

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

#2BBA05 (or 0x2BBA05) is known color: Kelly Green. HEX triplet: 2B, BA and 05. RGB value is (43,186,5). Sum of RGB (Red+Green+Blue) = 43+186+5=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 186 (73.05% from 255 or 79.49% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBA05 is #D445FA. Grayscale: #7B7B7B. Windows color (decimal): -13911547 or 375339. OLE color: 375339.

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

Color convert

RGB 43 186 5 -
CMYK 0.77 0 0.97 0.27
HSL 107.4º 0.95% 0.37% -
HSV(B) 107.4º 0.97% 0.73% -
XYZ 18.58 35.64 6.04 -
YUV 122.61 61.62 71.22 -
System Red Green Blue C M Y K H S L
Decimal 43 186 5 0.77 0 0.97 0.27 107.4 0.95 0.37
Hex 2B BA 5 4D 0 61 1B 6B 5F 25
Octal 53 272 5 115 0 141 33 153 137 45
Binary 101011 10111010 101 1001101 0 1100001 11011 1101011 1011111 100101

Color Harmonies of #2BBA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBA05

Black with #2BBA05

Text Example


Text Example

White with #2BBA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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