Html Css Color HEX #2FE542 Lime Green

📋 copy color: '#2FE542'

red 47 ◦ green 229 ◦ blue 66

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

Shades of Lime Green #2FE542

Tints of Lime Green #2FE542

RGB

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

 GREEN value IS 229 (89.84% from 255) = 66.96%

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 13.74%
G = 66.96%
B = 19.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#2FE542 (or 0x2FE542) is known color: Lime Green. HEX triplet: 2F, E5 and 42. RGB value is (47,229,66). Sum of RGB (Red+Green+Blue) = 47+229+66=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 229 (89.84% from 255 or 66.96% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE542 is #D01ABD. Grayscale: #9C9C9C. Windows color (decimal): -13638334 or 4384047. OLE color: 4384047.

HSL color Cylindrical-coordinate representation of color #2FE542: hue angle of 126.26º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE542 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 47 229 66 -
CMYK 0.79 0 0.71 0.10
HSL 126.26º 0.78% 0.54% -
HSV(B) 126.26º 0.79% 0.9% -
XYZ 30.17 57.04 14.57 -
YUV 156 77.2 50.25 -
System Red Green Blue C M Y K H S L
Decimal 47 229 66 0.79 0 0.71 0.10 126.26 0.78 0.54
Hex 2F E5 42 4F 0 47 A 7E 4E 36
Octal 57 345 102 117 0 107 12 176 116 66
Binary 101111 11100101 1000010 1001111 0 1000111 1010 1111110 1001110 110110

Color Harmonies of #2FE542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE542

Black with #2FE542

Text Example


Text Example

White with #2FE542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,229,66); }

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

background-color css

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

 a { background-color: rgb(47,229,66); }

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

border-color css

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

 span { border-color: rgb(47,229,66); }

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