Html Css Color HEX #2EBF3C Lime Green

📋 copy color: '#2EBF3C'

red 46 ◦ green 191 ◦ blue 60

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

Shades of Lime Green #2EBF3C

Tints of Lime Green #2EBF3C

RGB

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

 GREEN value IS 191 (75% from 255) = 64.31%

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 15.49%
G = 64.31%
B = 20.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#2EBF3C (or 0x2EBF3C) is known color: Lime Green. HEX triplet: 2E, BF and 3C. RGB value is (46,191,60). Sum of RGB (Red+Green+Blue) = 46+191+60=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 191 (75% from 255 or 64.31% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBF3C is #D140C3. Grayscale: #858585. Windows color (decimal): -13713604 or 3981102. OLE color: 3981102.

HSL color Cylindrical-coordinate representation of color #2EBF3C: hue angle of 125.79º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBF3C is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 191 60 -
CMYK 0.76 0 0.69 0.25
HSL 125.79º 0.61% 0.46% -
HSV(B) 125.79º 0.76% 0.75% -
XYZ 20.57 38.17 10.56 -
YUV 132.71 86.96 66.15 -
System Red Green Blue C M Y K H S L
Decimal 46 191 60 0.76 0 0.69 0.25 125.79 0.61 0.46
Hex 2E BF 3C 4C 0 45 19 7E 3D 2E
Octal 56 277 74 114 0 105 31 176 75 56
Binary 101110 10111111 111100 1001100 0 1000101 11001 1111110 111101 101110

Color Harmonies of #2EBF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBF3C

Black with #2EBF3C

Text Example


Text Example

White with #2EBF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,191,60); }

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

background-color css

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

 a { background-color: rgb(46,191,60); }

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

border-color css

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

 span { border-color: rgb(46,191,60); }

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