Html Css Color HEX #2BFA40 Lime Green

📋 copy color: '#2BFA40'

red 43 ◦ green 250 ◦ blue 64

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

Shades of Lime Green #2BFA40

Tints of Lime Green #2BFA40

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.03%

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 12.04%
G = 70.03%
B = 17.93%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#2BFA40 (or 0x2BFA40) is known color: Lime Green. HEX triplet: 2B, FA and 40. RGB value is (43,250,64). Sum of RGB (Red+Green+Blue) = 43+250+64=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 250 (98.05% from 255 or 70.03% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFA40 is #D405BF. Grayscale: #A7A7A7. Windows color (decimal): -13895104 or 4258347. OLE color: 4258347.

HSL color Cylindrical-coordinate representation of color #2BFA40: hue angle of 126.09º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFA40 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 250 64 -
CMYK 0.83 0 0.74 0.02
HSL 126.09º 0.95% 0.57% -
HSV(B) 126.09º 0.83% 0.98% -
XYZ 36.11 69.25 16.31 -
YUV 166.9 69.92 39.62 -
System Red Green Blue C M Y K H S L
Decimal 43 250 64 0.83 0 0.74 0.02 126.09 0.95 0.57
Hex 2B FA 40 53 0 4A 2 7E 5F 39
Octal 53 372 100 123 0 112 2 176 137 71
Binary 101011 11111010 1000000 1010011 0 1001010 10 1111110 1011111 111001

Color Harmonies of #2BFA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFA40

Black with #2BFA40

Text Example


Text Example

White with #2BFA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,250,64); }

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

background-color css

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

 a { background-color: rgb(43,250,64); }

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

border-color css

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

 span { border-color: rgb(43,250,64); }

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