Html Css Color HEX #2BDD1F Lime Green

📋 copy color: '#2BDD1F'

red 43 ◦ green 221 ◦ blue 31

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

Shades of Lime Green #2BDD1F

Tints of Lime Green #2BDD1F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 74.92%

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

R = 14.58%
G = 74.92%
B = 10.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#2BDD1F (or 0x2BDD1F) is known color: Lime Green. HEX triplet: 2B, DD and 1F. RGB value is (43,221,31). Sum of RGB (Red+Green+Blue) = 43+221+31=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDD1F is #D422E0. Grayscale: #929292. Windows color (decimal): -13902561 or 2088235. OLE color: 2088235.

HSL color Cylindrical-coordinate representation of color #2BDD1F: hue angle of 116.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BDD1F is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 221 31 -
CMYK 0.81 0 0.86 0.13
HSL 116.21º 0.75% 0.49% -
HSV(B) 116.21º 0.86% 0.87% -
XYZ 27.1 52.33 9.97 -
YUV 146.12 63.03 54.45 -
System Red Green Blue C M Y K H S L
Decimal 43 221 31 0.81 0 0.86 0.13 116.21 0.75 0.49
Hex 2B DD 1F 51 0 56 D 74 4B 31
Octal 53 335 37 121 0 126 15 164 113 61
Binary 101011 11011101 11111 1010001 0 1010110 1101 1110100 1001011 110001

Color Harmonies of #2BDD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDD1F

Black with #2BDD1F

Text Example


Text Example

White with #2BDD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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