Html Css Color HEX #2BBF43 Lime Green

📋 copy color: '#2BBF43'

red 43 ◦ green 191 ◦ blue 67

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

Shades of Lime Green #2BBF43

Tints of Lime Green #2BBF43

RGB

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

 GREEN value IS 191 (75% from 255) = 63.46%

 BLUE value IS 67 (26.56% from 255) = 22.26%

R = 14.29%
G = 63.46%
B = 22.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#2BBF43 (or 0x2BBF43) is known color: Lime Green. HEX triplet: 2B, BF and 43. RGB value is (43,191,67). Sum of RGB (Red+Green+Blue) = 43+191+67=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 191 (75% from 255 or 63.46% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBF43 is #D440BC. Grayscale: #848484. Windows color (decimal): -13910205 or 4439851. OLE color: 4439851.

HSL color Cylindrical-coordinate representation of color #2BBF43: hue angle of 129.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBF43 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 191 67 -
CMYK 0.77 0 0.65 0.25
HSL 129.73º 0.63% 0.46% -
HSV(B) 129.73º 0.77% 0.75% -
XYZ 20.64 38.18 11.59 -
YUV 132.61 90.97 64.08 -
System Red Green Blue C M Y K H S L
Decimal 43 191 67 0.77 0 0.65 0.25 129.73 0.63 0.46
Hex 2B BF 43 4D 0 41 19 82 3F 2E
Octal 53 277 103 115 0 101 31 202 77 56
Binary 101011 10111111 1000011 1001101 0 1000001 11001 10000010 111111 101110

Color Harmonies of #2BBF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBF43

Black with #2BBF43

Text Example


Text Example

White with #2BBF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,191,67); }

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

background-color css

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

 a { background-color: rgb(43,191,67); }

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

border-color css

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

 span { border-color: rgb(43,191,67); }

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