Html Css Color HEX #2ED630 Lime Green

📋 copy color: '#2ED630'

red 46 ◦ green 214 ◦ blue 48

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

Shades of Lime Green #2ED630

Tints of Lime Green #2ED630

RGB

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

 GREEN value IS 214 (83.98% from 255) = 69.48%

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

R = 14.94%
G = 69.48%
B = 15.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#2ED630 (or 0x2ED630) is known color: Lime Green. HEX triplet: 2E, D6 and 30. RGB value is (46,214,48). Sum of RGB (Red+Green+Blue) = 46+214+48=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 214 (83.98% from 255 or 69.48% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED630 is #D129CF. Grayscale: #919191. Windows color (decimal): -13707728 or 3200558. OLE color: 3200558.

HSL color Cylindrical-coordinate representation of color #2ED630: hue angle of 120.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED630 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 214 48 -
CMYK 0.79 0 0.78 0.16
HSL 120.71º 0.67% 0.51% -
HSV(B) 120.71º 0.79% 0.84% -
XYZ 25.71 48.89 10.88 -
YUV 144.84 73.34 57.5 -
System Red Green Blue C M Y K H S L
Decimal 46 214 48 0.79 0 0.78 0.16 120.71 0.67 0.51
Hex 2E D6 30 4F 0 4E 10 79 43 33
Octal 56 326 60 117 0 116 20 171 103 63
Binary 101110 11010110 110000 1001111 0 1001110 10000 1111001 1000011 110011

Color Harmonies of #2ED630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED630

Black with #2ED630

Text Example


Text Example

White with #2ED630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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