Html Css Color HEX #2EB93D Lime Green

📋 copy color: '#2EB93D'

red 46 ◦ green 185 ◦ blue 61

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

Shades of Lime Green #2EB93D

Tints of Lime Green #2EB93D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 63.36%

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 15.75%
G = 63.36%
B = 20.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#2EB93D (or 0x2EB93D) is known color: Lime Green. HEX triplet: 2E, B9 and 3D. RGB value is (46,185,61). Sum of RGB (Red+Green+Blue) = 46+185+61=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 185 (72.66% from 255 or 63.36% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB93D is #D146C2. Grayscale: #818181. Windows color (decimal): -13715139 or 4045102. OLE color: 4045102.

HSL color Cylindrical-coordinate representation of color #2EB93D: hue angle of 126.47º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB93D is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 185 61 -
CMYK 0.75 0 0.67 0.27
HSL 126.47º 0.6% 0.45% -
HSV(B) 126.47º 0.75% 0.73% -
XYZ 19.32 35.62 10.27 -
YUV 129.3 89.45 68.58 -
System Red Green Blue C M Y K H S L
Decimal 46 185 61 0.75 0 0.67 0.27 126.47 0.6 0.45
Hex 2E B9 3D 4B 0 43 1B 7E 3C 2D
Octal 56 271 75 113 0 103 33 176 74 55
Binary 101110 10111001 111101 1001011 0 1000011 11011 1111110 111100 101101

Color Harmonies of #2EB93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB93D

Black with #2EB93D

Text Example


Text Example

White with #2EB93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,185,61); }

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

background-color css

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

 a { background-color: rgb(46,185,61); }

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

border-color css

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

 span { border-color: rgb(46,185,61); }

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