Html Css Color HEX #2CFA3F Lime Green

📋 copy color: '#2CFA3F'

red 44 ◦ green 250 ◦ blue 63

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

Shades of Lime Green #2CFA3F

Tints of Lime Green #2CFA3F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.03%

 BLUE value IS 63 (25% from 255) = 17.65%

R = 12.32%
G = 70.03%
B = 17.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#2CFA3F (or 0x2CFA3F) is known color: Lime Green. HEX triplet: 2C, FA and 3F. RGB value is (44,250,63). Sum of RGB (Red+Green+Blue) = 44+250+63=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 250 (98.05% from 255 or 70.03% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFA3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFA3F is #D305C0. Grayscale: #A7A7A7. Windows color (decimal): -13829569 or 4192812. OLE color: 4192812.

HSL color Cylindrical-coordinate representation of color #2CFA3F: hue angle of 125.53º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFA3F is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 250 63 -
CMYK 0.82 0 0.75 0.02
HSL 125.53º 0.95% 0.58% -
HSV(B) 125.53º 0.82% 0.98% -
XYZ 36.12 69.27 16.17 -
YUV 167.09 69.25 40.21 -
System Red Green Blue C M Y K H S L
Decimal 44 250 63 0.82 0 0.75 0.02 125.53 0.95 0.58
Hex 2C FA 3F 52 0 4B 2 7E 5F 3A
Octal 54 372 77 122 0 113 2 176 137 72
Binary 101100 11111010 111111 1010010 0 1001011 10 1111110 1011111 111010

Color Harmonies of #2CFA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFA3F

Black with #2CFA3F

Text Example


Text Example

White with #2CFA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,250,63); }

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

background-color css

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

 a { background-color: rgb(44,250,63); }

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

border-color css

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

 span { border-color: rgb(44,250,63); }

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