Html Css Color HEX #2BDF3D Lime Green

📋 copy color: '#2BDF3D'

red 43 ◦ green 223 ◦ blue 61

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

Shades of Lime Green #2BDF3D

Tints of Lime Green #2BDF3D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 68.2%

 BLUE value IS 61 (24.22% from 255) = 18.65%

R = 13.15%
G = 68.2%
B = 18.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#2BDF3D (or 0x2BDF3D) is known color: Lime Green. HEX triplet: 2B, DF and 3D. RGB value is (43,223,61). Sum of RGB (Red+Green+Blue) = 43+223+61=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 223 (87.5% from 255 or 68.20% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF3D is #D420C2. Grayscale: #979797. Windows color (decimal): -13902019 or 4054827. OLE color: 4054827.

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

Color convert

RGB 43 223 61 -
CMYK 0.81 0 0.73 0.13
HSL 126º 0.74% 0.52% -
HSV(B) 126º 0.81% 0.87% -
XYZ 28.23 53.63 13.28 -
YUV 150.71 77.37 51.17 -
System Red Green Blue C M Y K H S L
Decimal 43 223 61 0.81 0 0.73 0.13 126 0.74 0.52
Hex 2B DF 3D 51 0 49 D 7E 4A 34
Octal 53 337 75 121 0 111 15 176 112 64
Binary 101011 11011111 111101 1010001 0 1001001 1101 1111110 1001010 110100

Color Harmonies of #2BDF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDF3D

Black with #2BDF3D

Text Example


Text Example

White with #2BDF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,223,61); }

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

background-color css

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

 a { background-color: rgb(43,223,61); }

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

border-color css

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

 span { border-color: rgb(43,223,61); }

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