Html Css Color HEX #2CF347 Lime Green

📋 copy color: '#2CF347'

red 44 ◦ green 243 ◦ blue 71

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

Shades of Lime Green #2CF347

Tints of Lime Green #2CF347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.83%

R = 12.29%
G = 67.88%
B = 19.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#2CF347 (or 0x2CF347) is known color: Lime Green. HEX triplet: 2C, F3 and 47. RGB value is (44,243,71). Sum of RGB (Red+Green+Blue) = 44+243+71=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 243 (95.31% from 255 or 67.88% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF347 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF347 is #D30CB8. Grayscale: #A4A4A4. Windows color (decimal): -13831353 or 4715308. OLE color: 4715308.

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

Color convert

RGB 44 243 71 -
CMYK 0.82 0 0.71 0.05
HSL 128.14º 0.89% 0.56% -
HSV(B) 128.14º 0.82% 0.95% -
XYZ 34.23 65.09 16.72 -
YUV 163.89 75.57 42.49 -
System Red Green Blue C M Y K H S L
Decimal 44 243 71 0.82 0 0.71 0.05 128.14 0.89 0.56
Hex 2C F3 47 52 0 47 5 80 59 38
Octal 54 363 107 122 0 107 5 200 131 70
Binary 101100 11110011 1000111 1010010 0 1000111 101 10000000 1011001 111000

Color Harmonies of #2CF347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF347

Black with #2CF347

Text Example


Text Example

White with #2CF347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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