Html Css Color HEX #2CF344 Lime Green

📋 copy color: '#2CF344'

red 44 ◦ green 243 ◦ blue 68

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

Shades of Lime Green #2CF344

Tints of Lime Green #2CF344

RGB

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

 GREEN value IS 243 (95.31% from 255) = 68.45%

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

R = 12.39%
G = 68.45%
B = 19.15%

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

#2CF344 (or 0x2CF344) is known color: Lime Green. HEX triplet: 2C, F3 and 44. RGB value is (44,243,68). Sum of RGB (Red+Green+Blue) = 44+243+68=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 243 (95.31% from 255 or 68.45% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF344 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF344 is #D30CBB. Grayscale: #A4A4A4. Windows color (decimal): -13831356 or 4518700. OLE color: 4518700.

HSL color Cylindrical-coordinate representation of color #2CF344: hue angle of 127.24º degrees, saturation: 0.89, 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 #2CF344 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 44 243 68 -
CMYK 0.82 0 0.72 0.05
HSL 127.24º 0.89% 0.56% -
HSV(B) 127.24º 0.82% 0.95% -
XYZ 34.13 65.05 16.23 -
YUV 163.55 74.07 42.73 -
System Red Green Blue C M Y K H S L
Decimal 44 243 68 0.82 0 0.72 0.05 127.24 0.89 0.56
Hex 2C F3 44 52 0 48 5 7F 59 38
Octal 54 363 104 122 0 110 5 177 131 70
Binary 101100 11110011 1000100 1010010 0 1001000 101 1111111 1011001 111000

Color Harmonies of #2CF344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF344

Black with #2CF344

Text Example


Text Example

White with #2CF344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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