Html Css Color HEX #2ECB30 Lime Green

📋 copy color: '#2ECB30'

red 46 ◦ green 203 ◦ blue 48

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

Shades of Lime Green #2ECB30

Tints of Lime Green #2ECB30

RGB

 RED value IS 46 (18.36% from 255) = 15.49%

 GREEN value IS 203 (79.69% from 255) = 68.35%

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

R = 15.49%
G = 68.35%
B = 16.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#2ECB30 (or 0x2ECB30) is known color: Lime Green. HEX triplet: 2E, CB and 30. RGB value is (46,203,48). Sum of RGB (Red+Green+Blue) = 46+203+48=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 203 (79.69% from 255 or 68.35% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECB30 is #D134CF. Grayscale: #8A8A8A. Windows color (decimal): -13710544 or 3197742. OLE color: 3197742.

HSL color Cylindrical-coordinate representation of color #2ECB30: hue angle of 120.76º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECB30 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 203 48 -
CMYK 0.77 0 0.76 0.20
HSL 120.76º 0.63% 0.49% -
HSV(B) 120.76º 0.77% 0.8% -
XYZ 23.02 43.51 9.98 -
YUV 138.39 76.99 62.1 -
System Red Green Blue C M Y K H S L
Decimal 46 203 48 0.77 0 0.76 0.20 120.76 0.63 0.49
Hex 2E CB 30 4D 0 4C 14 79 3F 31
Octal 56 313 60 115 0 114 24 171 77 61
Binary 101110 11001011 110000 1001101 0 1001100 10100 1111001 111111 110001

Color Harmonies of #2ECB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECB30

Black with #2ECB30

Text Example


Text Example

White with #2ECB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,203,48); }

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

background-color css

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

 a { background-color: rgb(46,203,48); }

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

border-color css

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

 span { border-color: rgb(46,203,48); }

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