Html Css Color HEX #2BFC40 Lime Green

📋 copy color: '#2BFC40'

red 43 ◦ green 252 ◦ blue 64

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

Shades of Lime Green #2BFC40

Tints of Lime Green #2BFC40

RGB

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

 GREEN value IS 252 (98.83% from 255) = 70.19%

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

R = 11.98%
G = 70.19%
B = 17.83%

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

#2BFC40 (or 0x2BFC40) is known color: Lime Green. HEX triplet: 2B, FC and 40. RGB value is (43,252,64). Sum of RGB (Red+Green+Blue) = 43+252+64=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 252 (98.83% from 255 or 70.19% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFC40 is #D403BF. Grayscale: #A8A8A8. Windows color (decimal): -13894592 or 4258859. OLE color: 4258859.

HSL color Cylindrical-coordinate representation of color #2BFC40: hue angle of 126.03º degrees, saturation: 0.97, 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 #2BFC40 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 252 64 -
CMYK 0.83 0 0.75 0.01
HSL 126.03º 0.97% 0.58% -
HSV(B) 126.03º 0.83% 0.99% -
XYZ 36.73 70.5 16.52 -
YUV 168.08 69.26 38.79 -
System Red Green Blue C M Y K H S L
Decimal 43 252 64 0.83 0 0.75 0.01 126.03 0.97 0.58
Hex 2B FC 40 53 0 4B 1 7E 61 3A
Octal 53 374 100 123 0 113 1 176 141 72
Binary 101011 11111100 1000000 1010011 0 1001011 1 1111110 1100001 111010

Color Harmonies of #2BFC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFC40

Black with #2BFC40

Text Example


Text Example

White with #2BFC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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