Html Css Color HEX #2FCC44 Lime Green

📋 copy color: '#2FCC44'

red 47 ◦ green 204 ◦ blue 68

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

Shades of Lime Green #2FCC44

Tints of Lime Green #2FCC44

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.95%

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

R = 14.73%
G = 63.95%
B = 21.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#2FCC44 (or 0x2FCC44) is known color: Lime Green. HEX triplet: 2F, CC and 44. RGB value is (47,204,68). Sum of RGB (Red+Green+Blue) = 47+204+68=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 204 (80.08% from 255 or 63.95% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCC44 is #D033BB. Grayscale: #8D8D8D. Windows color (decimal): -13644732 or 4508719. OLE color: 4508719.

HSL color Cylindrical-coordinate representation of color #2FCC44: hue angle of 128.03º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCC44 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 47 204 68 -
CMYK 0.77 0 0.67 0.2
HSL 128.03º 0.63% 0.49% -
HSV(B) 128.03º 0.77% 0.8% -
XYZ 23.81 44.21 12.75 -
YUV 141.55 86.49 60.56 -
System Red Green Blue C M Y K H S L
Decimal 47 204 68 0.77 0 0.67 0.2 128.03 0.63 0.49
Hex 2F CC 44 4D 0 43 14 80 3F 31
Octal 57 314 104 115 0 103 24 200 77 61
Binary 101111 11001100 1000100 1001101 0 1000011 10100 10000000 111111 110001

Color Harmonies of #2FCC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCC44

Black with #2FCC44

Text Example


Text Example

White with #2FCC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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