Html Css Color HEX #2BBF4D Lime Green

📋 copy color: '#2BBF4D'

red 43 ◦ green 191 ◦ blue 77

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

Shades of Lime Green #2BBF4D

Tints of Lime Green #2BBF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.76%

R = 13.83%
G = 61.41%
B = 24.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#2BBF4D (or 0x2BBF4D) is known color: Lime Green. HEX triplet: 2B, BF and 4D. RGB value is (43,191,77). Sum of RGB (Red+Green+Blue) = 43+191+77=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 191 (75% from 255 or 61.41% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBF4D is #D440B2. Grayscale: #868686. Windows color (decimal): -13910195 or 5095211. OLE color: 5095211.

HSL color Cylindrical-coordinate representation of color #2BBF4D: hue angle of 133.78º 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 #2BBF4D is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 191 77 -
CMYK 0.77 0 0.60 0.25
HSL 133.78º 0.63% 0.46% -
HSV(B) 133.78º 0.77% 0.75% -
XYZ 20.97 38.31 13.31 -
YUV 133.75 95.97 63.27 -
System Red Green Blue C M Y K H S L
Decimal 43 191 77 0.77 0 0.60 0.25 133.78 0.63 0.46
Hex 2B BF 4D 4D 0 3C 19 86 3F 2E
Octal 53 277 115 115 0 74 31 206 77 56
Binary 101011 10111111 1001101 1001101 0 111100 11001 10000110 111111 101110

Color Harmonies of #2BBF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBF4D

Black with #2BBF4D

Text Example


Text Example

White with #2BBF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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