Html Css Color HEX #2BEF2D Lime Green

📋 copy color: '#2BEF2D'

red 43 ◦ green 239 ◦ blue 45

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

Shades of Lime Green #2BEF2D

Tints of Lime Green #2BEF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.76%

R = 13.15%
G = 73.09%
B = 13.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#2BEF2D (or 0x2BEF2D) is known color: Lime Green. HEX triplet: 2B, EF and 2D. RGB value is (43,239,45). Sum of RGB (Red+Green+Blue) = 43+239+45=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 239 (93.75% from 255 or 73.09% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEF2D is #D410D2. Grayscale: #9E9E9E. Windows color (decimal): -13897939 or 3010347. OLE color: 3010347.

HSL color Cylindrical-coordinate representation of color #2BEF2D: hue angle of 120.61º 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 #2BEF2D is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 239 45 -
CMYK 0.82 0 0.81 0.06
HSL 120.61º 0.86% 0.55% -
HSV(B) 120.61º 0.82% 0.94% -
XYZ 32.34 62.44 12.83 -
YUV 158.28 64.07 45.77 -
System Red Green Blue C M Y K H S L
Decimal 43 239 45 0.82 0 0.81 0.06 120.61 0.86 0.55
Hex 2B EF 2D 52 0 51 6 79 56 37
Octal 53 357 55 122 0 121 6 171 126 67
Binary 101011 11101111 101101 1010010 0 1010001 110 1111001 1010110 110111

Color Harmonies of #2BEF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEF2D

Black with #2BEF2D

Text Example


Text Example

White with #2BEF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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