Html Css Color HEX #2CF041 Lime Green

📋 copy color: '#2CF041'

red 44 ◦ green 240 ◦ blue 65

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

Shades of Lime Green #2CF041

Tints of Lime Green #2CF041

RGB

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

 GREEN value IS 240 (94.14% from 255) = 68.77%

 BLUE value IS 65 (25.78% from 255) = 18.62%

R = 12.61%
G = 68.77%
B = 18.62%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#2CF041 (or 0x2CF041) is known color: Lime Green. HEX triplet: 2C, F0 and 41. RGB value is (44,240,65). Sum of RGB (Red+Green+Blue) = 44+240+65=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 240 (94.14% from 255 or 68.77% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF041 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF041 is #D30FBE. Grayscale: #A1A1A1. Windows color (decimal): -13832127 or 4321324. OLE color: 4321324.

HSL color Cylindrical-coordinate representation of color #2CF041: hue angle of 126.43º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF041 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 44 240 65 -
CMYK 0.82 0 0.73 0.06
HSL 126.43º 0.87% 0.56% -
HSV(B) 126.43º 0.82% 0.94% -
XYZ 33.15 63.24 15.46 -
YUV 161.45 73.57 44.23 -
System Red Green Blue C M Y K H S L
Decimal 44 240 65 0.82 0 0.73 0.06 126.43 0.87 0.56
Hex 2C F0 41 52 0 49 6 7E 57 38
Octal 54 360 101 122 0 111 6 176 127 70
Binary 101100 11110000 1000001 1010010 0 1001001 110 1111110 1010111 111000

Color Harmonies of #2CF041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF041

Black with #2CF041

Text Example


Text Example

White with #2CF041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,240,65); }

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

background-color css

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

 a { background-color: rgb(44,240,65); }

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

border-color css

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

 span { border-color: rgb(44,240,65); }

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