Html Css Color HEX #2BEF34 Lime Green

📋 copy color: '#2BEF34'

red 43 ◦ green 239 ◦ blue 52

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

Shades of Lime Green #2BEF34

Tints of Lime Green #2BEF34

RGB

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

 GREEN value IS 239 (93.75% from 255) = 71.56%

 BLUE value IS 52 (20.7% from 255) = 15.57%

R = 12.87%
G = 71.56%
B = 15.57%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#2BEF34 (or 0x2BEF34) is known color: Lime Green. HEX triplet: 2B, EF and 34. RGB value is (43,239,52). Sum of RGB (Red+Green+Blue) = 43+239+52=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 239 (93.75% from 255 or 71.56% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEF34 is #D410CB. Grayscale: #9F9F9F. Windows color (decimal): -13897932 or 3469099. OLE color: 3469099.

HSL color Cylindrical-coordinate representation of color #2BEF34: hue angle of 122.76º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEF34 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 239 52 -
CMYK 0.82 0 0.78 0.06
HSL 122.76º 0.86% 0.55% -
HSV(B) 122.76º 0.82% 0.94% -
XYZ 32.48 62.49 13.6 -
YUV 159.08 67.57 45.21 -
System Red Green Blue C M Y K H S L
Decimal 43 239 52 0.82 0 0.78 0.06 122.76 0.86 0.55
Hex 2B EF 34 52 0 4E 6 7B 56 37
Octal 53 357 64 122 0 116 6 173 126 67
Binary 101011 11101111 110100 1010010 0 1001110 110 1111011 1010110 110111

Color Harmonies of #2BEF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEF34

Black with #2BEF34

Text Example


Text Example

White with #2BEF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,239,52); }

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

background-color css

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

 a { background-color: rgb(43,239,52); }

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

border-color css

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

 span { border-color: rgb(43,239,52); }

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