Html Css Color HEX #2BF53F Lime Green

📋 copy color: '#2BF53F'

red 43 ◦ green 245 ◦ blue 63

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

Shades of Lime Green #2BF53F

Tints of Lime Green #2BF53F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 69.8%

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

R = 12.25%
G = 69.8%
B = 17.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#2BF53F (or 0x2BF53F) is known color: Lime Green. HEX triplet: 2B, F5 and 3F. RGB value is (43,245,63). Sum of RGB (Red+Green+Blue) = 43+245+63=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 245 (96.09% from 255 or 69.80% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF53F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF53F is #D40AC0. Grayscale: #A4A4A4. Windows color (decimal): -13896385 or 4191531. OLE color: 4191531.

HSL color Cylindrical-coordinate representation of color #2BF53F: hue angle of 125.94º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF53F is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 43 245 63 -
CMYK 0.82 0 0.74 0.04
HSL 125.94º 0.91% 0.56% -
HSV(B) 125.94º 0.82% 0.96% -
XYZ 34.55 66.18 15.66 -
YUV 163.85 71.08 41.8 -
System Red Green Blue C M Y K H S L
Decimal 43 245 63 0.82 0 0.74 0.04 125.94 0.91 0.56
Hex 2B F5 3F 52 0 4A 4 7E 5B 38
Octal 53 365 77 122 0 112 4 176 133 70
Binary 101011 11110101 111111 1010010 0 1001010 100 1111110 1011011 111000

Color Harmonies of #2BF53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF53F

Black with #2BF53F

Text Example


Text Example

White with #2BF53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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