Html Css Color HEX #2FFD44 Lime Green

📋 copy color: '#2FFD44'

red 47 ◦ green 253 ◦ blue 68

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

Shades of Lime Green #2FFD44

Tints of Lime Green #2FFD44

RGB

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

 GREEN value IS 253 (99.22% from 255) = 68.75%

 BLUE value IS 68 (26.95% from 255) = 18.48%

R = 12.77%
G = 68.75%
B = 18.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#2FFD44 (or 0x2FFD44) is known color: Lime Green. HEX triplet: 2F, FD and 44. RGB value is (47,253,68). Sum of RGB (Red+Green+Blue) = 47+253+68=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 253 (99.22% from 255 or 68.75% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFD44 is #D002BB. Grayscale: #AAAAAA. Windows color (decimal): -13632188 or 4521263. OLE color: 4521263.

HSL color Cylindrical-coordinate representation of color #2FFD44: hue angle of 126.12º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD44 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 68 -
CMYK 0.81 0 0.73 0.01
HSL 126.12º 0.98% 0.59% -
HSV(B) 126.12º 0.81% 0.99% -
XYZ 37.34 71.27 17.26 -
YUV 170.32 70.25 40.04 -
System Red Green Blue C M Y K H S L
Decimal 47 253 68 0.81 0 0.73 0.01 126.12 0.98 0.59
Hex 2F FD 44 51 0 49 1 7E 62 3B
Octal 57 375 104 121 0 111 1 176 142 73
Binary 101111 11111101 1000100 1010001 0 1001001 1 1111110 1100010 111011

Color Harmonies of #2FFD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFD44

Black with #2FFD44

Text Example


Text Example

White with #2FFD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,253,68); }

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

background-color css

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

 a { background-color: rgb(47,253,68); }

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

border-color css

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

 span { border-color: rgb(47,253,68); }

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