Html Css Color HEX #2CF144 Lime Green

📋 copy color: '#2CF144'

red 44 ◦ green 241 ◦ blue 68

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

Shades of Lime Green #2CF144

Tints of Lime Green #2CF144

RGB

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

 GREEN value IS 241 (94.53% from 255) = 68.27%

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

R = 12.46%
G = 68.27%
B = 19.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#2CF144 (or 0x2CF144) is known color: Lime Green. HEX triplet: 2C, F1 and 44. RGB value is (44,241,68). Sum of RGB (Red+Green+Blue) = 44+241+68=353 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.46% from 353); Green value is 241 (94.53% from 255 or 68.27% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF144 is #D30EBB. Grayscale: #A2A2A2. Windows color (decimal): -13831868 or 4518188. OLE color: 4518188.

HSL color Cylindrical-coordinate representation of color #2CF144: hue angle of 127.31º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF144 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 44 241 68 -
CMYK 0.82 0 0.72 0.05
HSL 127.31º 0.88% 0.56% -
HSV(B) 127.31º 0.82% 0.95% -
XYZ 33.54 63.86 16.03 -
YUV 162.38 74.73 43.57 -
System Red Green Blue C M Y K H S L
Decimal 44 241 68 0.82 0 0.72 0.05 127.31 0.88 0.56
Hex 2C F1 44 52 0 48 5 7F 58 38
Octal 54 361 104 122 0 110 5 177 130 70
Binary 101100 11110001 1000100 1010010 0 1001000 101 1111111 1011000 111000

Color Harmonies of #2CF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF144

Black with #2CF144

Text Example


Text Example

White with #2CF144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,241,68); }

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

background-color css

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

 a { background-color: rgb(44,241,68); }

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

border-color css

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

 span { border-color: rgb(44,241,68); }

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