Html Css Color HEX #2BED30 Lime Green

📋 copy color: '#2BED30'

red 43 ◦ green 237 ◦ blue 48

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

Shades of Lime Green #2BED30

Tints of Lime Green #2BED30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.63%

R = 13.11%
G = 72.26%
B = 14.63%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#2BED30 (or 0x2BED30) is known color: Lime Green. HEX triplet: 2B, ED and 30. RGB value is (43,237,48). Sum of RGB (Red+Green+Blue) = 43+237+48=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 237 (92.97% from 255 or 72.26% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BED30 is #D412CF. Grayscale: #9E9E9E. Windows color (decimal): -13898448 or 3206443. OLE color: 3206443.

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

Color convert

RGB 43 237 48 -
CMYK 0.82 0 0.80 0.07
HSL 121.55º 0.84% 0.55% -
HSV(B) 121.55º 0.82% 0.93% -
XYZ 31.81 61.3 12.95 -
YUV 157.45 66.23 46.37 -
System Red Green Blue C M Y K H S L
Decimal 43 237 48 0.82 0 0.80 0.07 121.55 0.84 0.55
Hex 2B ED 30 52 0 50 7 7A 54 37
Octal 53 355 60 122 0 120 7 172 124 67
Binary 101011 11101101 110000 1010010 0 1010000 111 1111010 1010100 110111

Color Harmonies of #2BED30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BED30

Black with #2BED30

Text Example


Text Example

White with #2BED30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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