Html Css Color HEX #2CFF40 Lime Green

📋 copy color: '#2CFF40'

red 44 ◦ green 255 ◦ blue 64

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

Shades of Lime Green #2CFF40

Tints of Lime Green #2CFF40

RGB

 RED value IS 44 (17.58% from 255) = 12.12%

 GREEN value IS 255 (100% from 255) = 70.25%

 BLUE value IS 64 (25.39% from 255) = 17.63%

R = 12.12%
G = 70.25%
B = 17.63%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#2CFF40 (or 0x2CFF40) is known color: Lime Green. HEX triplet: 2C, FF and 40. RGB value is (44,255,64). Sum of RGB (Red+Green+Blue) = 44+255+64=363 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.12% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFF40 is #D300BF. Grayscale: #AAAAAA. Windows color (decimal): -13828288 or 4259628. OLE color: 4259628.

HSL color Cylindrical-coordinate representation of color #2CFF40: hue angle of 125.69º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF40 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 44 255 64 -
CMYK 0.83 0 0.75 0
HSL 125.69º 1% 0.59% -
HSV(B) 125.69º 0.83% 1% -
XYZ 37.72 72.43 16.84 -
YUV 170.14 68.1 38.03 -
System Red Green Blue C M Y K H S L
Decimal 44 255 64 0.83 0 0.75 0 125.69 1 0.59
Hex 2C FF 40 53 0 4B 0 7E 64 3B
Octal 54 377 100 123 0 113 0 176 144 73
Binary 101100 11111111 1000000 1010011 0 1001011 0 1111110 1100100 111011

Color Harmonies of #2CFF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFF40

Black with #2CFF40

Text Example


Text Example

White with #2CFF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,255,64); }

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

background-color css

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

 a { background-color: rgb(44,255,64); }

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

border-color css

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

 span { border-color: rgb(44,255,64); }

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