Html Css Color HEX #2BBB05 Kelly Green

📋 copy color: '#2BBB05'

red 43 ◦ green 187 ◦ blue 5

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

Shades of Kelly Green #2BBB05

Tints of Kelly Green #2BBB05

RGB

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

 GREEN value IS 187 (73.44% from 255) = 79.57%

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

R = 18.3%
G = 79.57%
B = 2.13%

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

#2BBB05 (or 0x2BBB05) is known color: Kelly Green. HEX triplet: 2B, BB and 05. RGB value is (43,187,5). Sum of RGB (Red+Green+Blue) = 43+187+5=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 187 (73.44% from 255 or 79.57% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBB05 is #D444FA. Grayscale: #7B7B7B. Windows color (decimal): -13911291 or 375595. OLE color: 375595.

HSL color Cylindrical-coordinate representation of color #2BBB05: hue angle of 107.47º degrees, saturation: 0.95, 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 #2BBB05 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 187 5 -
CMYK 0.77 0 0.97 0.27
HSL 107.47º 0.95% 0.38% -
HSV(B) 107.47º 0.97% 0.73% -
XYZ 18.79 36.07 6.11 -
YUV 123.2 61.29 70.8 -
System Red Green Blue C M Y K H S L
Decimal 43 187 5 0.77 0 0.97 0.27 107.47 0.95 0.38
Hex 2B BB 5 4D 0 61 1B 6B 5F 26
Octal 53 273 5 115 0 141 33 153 137 46
Binary 101011 10111011 101 1001101 0 1100001 11011 1101011 1011111 100110

Color Harmonies of #2BBB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBB05

Black with #2BBB05

Text Example


Text Example

White with #2BBB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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