Html Css Color HEX #2BEF3C Lime Green

📋 copy color: '#2BEF3C'

red 43 ◦ green 239 ◦ blue 60

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

Shades of Lime Green #2BEF3C

Tints of Lime Green #2BEF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.54%

R = 12.57%
G = 69.88%
B = 17.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#2BEF3C (or 0x2BEF3C) is known color: Lime Green. HEX triplet: 2B, EF and 3C. RGB value is (43,239,60). Sum of RGB (Red+Green+Blue) = 43+239+60=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 239 (93.75% from 255 or 69.88% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BEF3C is #D410C3. Grayscale: #A0A0A0. Windows color (decimal): -13897924 or 3993387. OLE color: 3993387.

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

Color convert

RGB 43 239 60 -
CMYK 0.82 0 0.75 0.06
HSL 125.2º 0.86% 0.55% -
HSV(B) 125.2º 0.82% 0.94% -
XYZ 32.68 62.57 14.63 -
YUV 159.99 71.57 44.55 -
System Red Green Blue C M Y K H S L
Decimal 43 239 60 0.82 0 0.75 0.06 125.2 0.86 0.55
Hex 2B EF 3C 52 0 4B 6 7D 56 37
Octal 53 357 74 122 0 113 6 175 126 67
Binary 101011 11101111 111100 1010010 0 1001011 110 1111101 1010110 110111

Color Harmonies of #2BEF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEF3C

Black with #2BEF3C

Text Example


Text Example

White with #2BEF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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