Html Css Color HEX #2BB505 Kelly Green

📋 copy color: '#2BB505'

red 43 ◦ green 181 ◦ blue 5

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

Shades of Kelly Green #2BB505

Tints of Kelly Green #2BB505

RGB

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

 GREEN value IS 181 (71.09% from 255) = 79.04%

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

R = 18.78%
G = 79.04%
B = 2.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#2BB505 (or 0x2BB505) is known color: Kelly Green. HEX triplet: 2B, B5 and 05. RGB value is (43,181,5). Sum of RGB (Red+Green+Blue) = 43+181+5=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 181 (71.09% from 255 or 79.04% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB505 is #D44AFA. Grayscale: #787878. Windows color (decimal): -13912827 or 374059. OLE color: 374059.

HSL color Cylindrical-coordinate representation of color #2BB505: hue angle of 107.05º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BB505 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 181 5 -
CMYK 0.76 0 0.97 0.29
HSL 107.05º 0.95% 0.36% -
HSV(B) 107.05º 0.97% 0.71% -
XYZ 17.55 33.57 5.7 -
YUV 119.67 63.28 73.31 -
System Red Green Blue C M Y K H S L
Decimal 43 181 5 0.76 0 0.97 0.29 107.05 0.95 0.36
Hex 2B B5 5 4C 0 61 1D 6B 5F 24
Octal 53 265 5 114 0 141 35 153 137 44
Binary 101011 10110101 101 1001100 0 1100001 11101 1101011 1011111 100100

Color Harmonies of #2BB505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB505

Black with #2BB505

Text Example


Text Example

White with #2BB505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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