Html Css Color HEX #2BED43 Lime Green

📋 copy color: '#2BED43'

red 43 ◦ green 237 ◦ blue 67

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

Shades of Lime Green #2BED43

Tints of Lime Green #2BED43

RGB

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

 GREEN value IS 237 (92.97% from 255) = 68.3%

 BLUE value IS 67 (26.56% from 255) = 19.31%

R = 12.39%
G = 68.3%
B = 19.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#2BED43 (or 0x2BED43) is known color: Lime Green. HEX triplet: 2B, ED and 43. RGB value is (43,237,67). Sum of RGB (Red+Green+Blue) = 43+237+67=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 237 (92.97% from 255 or 68.30% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BED43 is #D412BC. Grayscale: #A0A0A0. Windows color (decimal): -13898429 or 4451627. OLE color: 4451627.

HSL color Cylindrical-coordinate representation of color #2BED43: hue angle of 127.42º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BED43 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 237 67 -
CMYK 0.82 0 0.72 0.07
HSL 127.42º 0.84% 0.55% -
HSV(B) 127.42º 0.82% 0.93% -
XYZ 32.29 61.49 15.48 -
YUV 159.61 75.73 44.82 -
System Red Green Blue C M Y K H S L
Decimal 43 237 67 0.82 0 0.72 0.07 127.42 0.84 0.55
Hex 2B ED 43 52 0 48 7 7F 54 37
Octal 53 355 103 122 0 110 7 177 124 67
Binary 101011 11101101 1000011 1010010 0 1001000 111 1111111 1010100 110111

Color Harmonies of #2BED43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BED43

Black with #2BED43

Text Example


Text Example

White with #2BED43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,237,67); }

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

background-color css

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

 a { background-color: rgb(43,237,67); }

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

border-color css

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

 span { border-color: rgb(43,237,67); }

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