Html Css Color HEX #2BAF33 Lime Green

📋 copy color: '#2BAF33'

red 43 ◦ green 175 ◦ blue 51

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

Shades of Lime Green #2BAF33

Tints of Lime Green #2BAF33

RGB

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

 GREEN value IS 175 (68.75% from 255) = 65.06%

 BLUE value IS 51 (20.31% from 255) = 18.96%

R = 15.99%
G = 65.06%
B = 18.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#2BAF33 (or 0x2BAF33) is known color: Lime Green. HEX triplet: 2B, AF and 33. RGB value is (43,175,51). Sum of RGB (Red+Green+Blue) = 43+175+51=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 175 (68.75% from 255 or 65.06% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BAF33 is #D450CC. Grayscale: #797979. Windows color (decimal): -13914317 or 3387179. OLE color: 3387179.

HSL color Cylindrical-coordinate representation of color #2BAF33: hue angle of 123.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAF33 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 43 175 51 -
CMYK 0.75 0 0.71 0.31
HSL 123.64º 0.61% 0.43% -
HSV(B) 123.64º 0.75% 0.69% -
XYZ 16.92 31.41 8.3 -
YUV 121.4 88.27 72.08 -
System Red Green Blue C M Y K H S L
Decimal 43 175 51 0.75 0 0.71 0.31 123.64 0.61 0.43
Hex 2B AF 33 4B 0 47 1F 7C 3D 2B
Octal 53 257 63 113 0 107 37 174 75 53
Binary 101011 10101111 110011 1001011 0 1000111 11111 1111100 111101 101011

Color Harmonies of #2BAF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAF33

Black with #2BAF33

Text Example


Text Example

White with #2BAF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,175,51); }

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

background-color css

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

 a { background-color: rgb(43,175,51); }

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

border-color css

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

 span { border-color: rgb(43,175,51); }

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