Html Css Color HEX #2FE13B Lime Green

📋 copy color: '#2FE13B'

red 47 ◦ green 225 ◦ blue 59

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

Shades of Lime Green #2FE13B

Tints of Lime Green #2FE13B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 67.98%

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 14.2%
G = 67.98%
B = 17.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#2FE13B (or 0x2FE13B) is known color: Lime Green. HEX triplet: 2F, E1 and 3B. RGB value is (47,225,59). Sum of RGB (Red+Green+Blue) = 47+225+59=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 225 (88.28% from 255 or 67.98% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE13B is #D01EC4. Grayscale: #999999. Windows color (decimal): -13639365 or 3924271. OLE color: 3924271.

HSL color Cylindrical-coordinate representation of color #2FE13B: hue angle of 124.04º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE13B is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 225 59 -
CMYK 0.79 0 0.74 0.12
HSL 124.04º 0.75% 0.53% -
HSV(B) 124.04º 0.79% 0.88% -
XYZ 28.89 54.77 13.19 -
YUV 152.85 75.03 52.5 -
System Red Green Blue C M Y K H S L
Decimal 47 225 59 0.79 0 0.74 0.12 124.04 0.75 0.53
Hex 2F E1 3B 4F 0 4A C 7C 4B 35
Octal 57 341 73 117 0 112 14 174 113 65
Binary 101111 11100001 111011 1001111 0 1001010 1100 1111100 1001011 110101

Color Harmonies of #2FE13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE13B

Black with #2FE13B

Text Example


Text Example

White with #2FE13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,225,59); }

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

background-color css

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

 a { background-color: rgb(47,225,59); }

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

border-color css

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

 span { border-color: rgb(47,225,59); }

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