Html Css Color HEX #2BDF3F Lime Green

📋 copy color: '#2BDF3F'

red 43 ◦ green 223 ◦ blue 63

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

Shades of Lime Green #2BDF3F

Tints of Lime Green #2BDF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.15%

R = 13.07%
G = 67.78%
B = 19.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#2BDF3F (or 0x2BDF3F) is known color: Lime Green. HEX triplet: 2B, DF and 3F. RGB value is (43,223,63). Sum of RGB (Red+Green+Blue) = 43+223+63=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 223 (87.5% from 255 or 67.78% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF3F is #D420C0. Grayscale: #979797. Windows color (decimal): -13902017 or 4185899. OLE color: 4185899.

HSL color Cylindrical-coordinate representation of color #2BDF3F: hue angle of 126.67º 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 #2BDF3F is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 223 63 -
CMYK 0.81 0 0.72 0.13
HSL 126.67º 0.74% 0.52% -
HSV(B) 126.67º 0.81% 0.87% -
XYZ 28.28 53.65 13.57 -
YUV 150.94 78.37 51.01 -
System Red Green Blue C M Y K H S L
Decimal 43 223 63 0.81 0 0.72 0.13 126.67 0.74 0.52
Hex 2B DF 3F 51 0 48 D 7F 4A 34
Octal 53 337 77 121 0 110 15 177 112 64
Binary 101011 11011111 111111 1010001 0 1001000 1101 1111111 1001010 110100

Color Harmonies of #2BDF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDF3F

Black with #2BDF3F

Text Example


Text Example

White with #2BDF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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