Html Css Color HEX #2BEF28 Lime Green

📋 copy color: '#2BEF28'

red 43 ◦ green 239 ◦ blue 40

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

Shades of Lime Green #2BEF28

Tints of Lime Green #2BEF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.42%

R = 13.35%
G = 74.22%
B = 12.42%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#2BEF28 (or 0x2BEF28) is known color: Lime Green. HEX triplet: 2B, EF and 28. RGB value is (43,239,40). Sum of RGB (Red+Green+Blue) = 43+239+40=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 239 (93.75% from 255 or 74.22% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEF28 is #D410D7. Grayscale: #9E9E9E. Windows color (decimal): -13897944 or 2682667. OLE color: 2682667.

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

Color convert

RGB 43 239 40 -
CMYK 0.82 0 0.83 0.06
HSL 119.1º 0.86% 0.55% -
HSV(B) 119.1º 0.83% 0.94% -
XYZ 32.25 62.4 12.35 -
YUV 157.71 61.57 46.18 -
System Red Green Blue C M Y K H S L
Decimal 43 239 40 0.82 0 0.83 0.06 119.1 0.86 0.55
Hex 2B EF 28 52 0 53 6 77 56 37
Octal 53 357 50 122 0 123 6 167 126 67
Binary 101011 11101111 101000 1010010 0 1010011 110 1110111 1010110 110111

Color Harmonies of #2BEF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEF28

Black with #2BEF28

Text Example


Text Example

White with #2BEF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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