Html Css Color HEX #2BFD3F Lime Green

📋 copy color: '#2BFD3F'

red 43 ◦ green 253 ◦ blue 63

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

Shades of Lime Green #2BFD3F

Tints of Lime Green #2BFD3F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 70.47%

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

R = 11.98%
G = 70.47%
B = 17.55%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#2BFD3F (or 0x2BFD3F) is known color: Lime Green. HEX triplet: 2B, FD and 3F. RGB value is (43,253,63). Sum of RGB (Red+Green+Blue) = 43+253+63=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 253 (99.22% from 255 or 70.47% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFD3F is #D402C0. Grayscale: #A9A9A9. Windows color (decimal): -13894337 or 4193579. OLE color: 4193579.

HSL color Cylindrical-coordinate representation of color #2BFD3F: hue angle of 125.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFD3F is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 253 63 -
CMYK 0.83 0 0.75 0.01
HSL 125.71º 0.98% 0.58% -
HSV(B) 125.71º 0.83% 0.99% -
XYZ 37.02 71.12 16.48 -
YUV 168.55 68.43 38.45 -
System Red Green Blue C M Y K H S L
Decimal 43 253 63 0.83 0 0.75 0.01 125.71 0.98 0.58
Hex 2B FD 3F 53 0 4B 1 7E 62 3A
Octal 53 375 77 123 0 113 1 176 142 72
Binary 101011 11111101 111111 1010011 0 1001011 1 1111110 1100010 111010

Color Harmonies of #2BFD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFD3F

Black with #2BFD3F

Text Example


Text Example

White with #2BFD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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