Html Css Color HEX #2FEB3A Lime Green

📋 copy color: '#2FEB3A'

red 47 ◦ green 235 ◦ blue 58

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

Shades of Lime Green #2FEB3A

Tints of Lime Green #2FEB3A

RGB

 RED value IS 47 (18.75% from 255) = 13.82%

 GREEN value IS 235 (92.19% from 255) = 69.12%

 BLUE value IS 58 (23.05% from 255) = 17.06%

R = 13.82%
G = 69.12%
B = 17.06%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#2FEB3A (or 0x2FEB3A) is known color: Lime Green. HEX triplet: 2F, EB and 3A. RGB value is (47,235,58). Sum of RGB (Red+Green+Blue) = 47+235+58=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 235 (92.19% from 255 or 69.12% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB3A is #D014C5. Grayscale: #9F9F9F. Windows color (decimal): -13636806 or 3861295. OLE color: 3861295.

HSL color Cylindrical-coordinate representation of color #2FEB3A: hue angle of 123.51º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB3A is Cyan = 0.8, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 235 58 -
CMYK 0.8 0 0.75 0.08
HSL 123.51º 0.82% 0.55% -
HSV(B) 123.51º 0.8% 0.92% -
XYZ 31.64 60.33 13.98 -
YUV 158.61 71.22 48.39 -
System Red Green Blue C M Y K H S L
Decimal 47 235 58 0.8 0 0.75 0.08 123.51 0.82 0.55
Hex 2F EB 3A 50 0 4B 8 7C 52 37
Octal 57 353 72 120 0 113 10 174 122 67
Binary 101111 11101011 111010 1010000 0 1001011 1000 1111100 1010010 110111

Color Harmonies of #2FEB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEB3A

Black with #2FEB3A

Text Example


Text Example

White with #2FEB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,235,58); }

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

background-color css

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

 a { background-color: rgb(47,235,58); }

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

border-color css

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

 span { border-color: rgb(47,235,58); }

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