Html Css Color HEX #2BFC44 Lime Green

📋 copy color: '#2BFC44'

red 43 ◦ green 252 ◦ blue 68

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

Shades of Lime Green #2BFC44

Tints of Lime Green #2BFC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.73%

R = 11.85%
G = 69.42%
B = 18.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#2BFC44 (or 0x2BFC44) is known color: Lime Green. HEX triplet: 2B, FC and 44. RGB value is (43,252,68). Sum of RGB (Red+Green+Blue) = 43+252+68=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 252 (98.83% from 255 or 69.42% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFC44 is #D403BB. Grayscale: #A9A9A9. Windows color (decimal): -13894588 or 4521003. OLE color: 4521003.

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

Color convert

RGB 43 252 68 -
CMYK 0.83 0 0.73 0.01
HSL 127.18º 0.97% 0.58% -
HSV(B) 127.18º 0.83% 0.99% -
XYZ 36.85 70.55 17.14 -
YUV 168.53 71.26 38.46 -
System Red Green Blue C M Y K H S L
Decimal 43 252 68 0.83 0 0.73 0.01 127.18 0.97 0.58
Hex 2B FC 44 53 0 49 1 7F 61 3A
Octal 53 374 104 123 0 111 1 177 141 72
Binary 101011 11111100 1000100 1010011 0 1001001 1 1111111 1100001 111010

Color Harmonies of #2BFC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFC44

Black with #2BFC44

Text Example


Text Example

White with #2BFC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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