Html Css Color HEX #2BB411 Kelly Green

📋 copy color: '#2BB411'

red 43 ◦ green 180 ◦ blue 17

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

Shades of Kelly Green #2BB411

Tints of Kelly Green #2BB411

RGB

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

 GREEN value IS 180 (70.7% from 255) = 75%

 BLUE value IS 17 (7.03% from 255) = 7.08%

R = 17.92%
G = 75%
B = 7.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#2BB411 (or 0x2BB411) is known color: Kelly Green. HEX triplet: 2B, B4 and 11. RGB value is (43,180,17). Sum of RGB (Red+Green+Blue) = 43+180+17=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 180 (70.70% from 255 or 75% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB411 is #D44BEE. Grayscale: #787878. Windows color (decimal): -13913071 or 1160235. OLE color: 1160235.

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

Color convert

RGB 43 180 17 -
CMYK 0.76 0 0.91 0.29
HSL 110.43º 0.83% 0.39% -
HSV(B) 110.43º 0.91% 0.71% -
XYZ 17.42 33.2 6.02 -
YUV 120.46 69.61 72.75 -
System Red Green Blue C M Y K H S L
Decimal 43 180 17 0.76 0 0.91 0.29 110.43 0.83 0.39
Hex 2B B4 11 4C 0 5B 1D 6E 53 27
Octal 53 264 21 114 0 133 35 156 123 47
Binary 101011 10110100 10001 1001100 0 1011011 11101 1101110 1010011 100111

Color Harmonies of #2BB411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB411

Black with #2BB411

Text Example


Text Example

White with #2BB411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,180,17); }

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

background-color css

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

 a { background-color: rgb(43,180,17); }

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

border-color css

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

 span { border-color: rgb(43,180,17); }

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