Html Css Color HEX #2BF32F Lime Green

📋 copy color: '#2BF32F'

red 43 ◦ green 243 ◦ blue 47

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

Shades of Lime Green #2BF32F

Tints of Lime Green #2BF32F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 72.97%

 BLUE value IS 47 (18.75% from 255) = 14.11%

R = 12.91%
G = 72.97%
B = 14.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#2BF32F (or 0x2BF32F) is known color: Lime Green. HEX triplet: 2B, F3 and 2F. RGB value is (43,243,47). Sum of RGB (Red+Green+Blue) = 43+243+47=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 243 (95.31% from 255 or 72.97% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF32F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BF32F is #D40CD0. Grayscale: #A1A1A1. Windows color (decimal): -13896913 or 3142443. OLE color: 3142443.

HSL color Cylindrical-coordinate representation of color #2BF32F: hue angle of 121.2º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF32F is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 43 243 47 -
CMYK 0.82 0 0.81 0.05
HSL 121.2º 0.89% 0.56% -
HSV(B) 121.2º 0.82% 0.95% -
XYZ 33.56 64.82 13.43 -
YUV 160.86 63.74 43.94 -
System Red Green Blue C M Y K H S L
Decimal 43 243 47 0.82 0 0.81 0.05 121.2 0.89 0.56
Hex 2B F3 2F 52 0 51 5 79 59 38
Octal 53 363 57 122 0 121 5 171 131 70
Binary 101011 11110011 101111 1010010 0 1010001 101 1111001 1011001 111000

Color Harmonies of #2BF32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF32F

Black with #2BF32F

Text Example


Text Example

White with #2BF32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,243,47); }

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

background-color css

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

 a { background-color: rgb(43,243,47); }

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

border-color css

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

 span { border-color: rgb(43,243,47); }

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