Html Css Color HEX #2BBF1F Lime Green

📋 copy color: '#2BBF1F'

red 43 ◦ green 191 ◦ blue 31

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

Shades of Lime Green #2BBF1F

Tints of Lime Green #2BBF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.7%

R = 16.23%
G = 72.08%
B = 11.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#2BBF1F (or 0x2BBF1F) is known color: Lime Green. HEX triplet: 2B, BF and 1F. RGB value is (43,191,31). Sum of RGB (Red+Green+Blue) = 43+191+31=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 191 (75% from 255 or 72.08% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBF1F is #D440E0. Grayscale: #818181. Windows color (decimal): -13910241 or 2080555. OLE color: 2080555.

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

Color convert

RGB 43 191 31 -
CMYK 0.77 0 0.84 0.25
HSL 115.5º 0.72% 0.44% -
HSV(B) 115.5º 0.84% 0.75% -
XYZ 19.87 37.87 7.56 -
YUV 128.51 72.97 67.01 -
System Red Green Blue C M Y K H S L
Decimal 43 191 31 0.77 0 0.84 0.25 115.5 0.72 0.44
Hex 2B BF 1F 4D 0 54 19 74 48 2C
Octal 53 277 37 115 0 124 31 164 110 54
Binary 101011 10111111 11111 1001101 0 1010100 11001 1110100 1001000 101100

Color Harmonies of #2BBF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBF1F

Black with #2BBF1F

Text Example


Text Example

White with #2BBF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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