Html Css Color HEX #2CFA2F Lime Green

📋 copy color: '#2CFA2F'

red 44 ◦ green 250 ◦ blue 47

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

Shades of Lime Green #2CFA2F

Tints of Lime Green #2CFA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.78%

R = 12.9%
G = 73.31%
B = 13.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#2CFA2F (or 0x2CFA2F) is known color: Lime Green. HEX triplet: 2C, FA and 2F. RGB value is (44,250,47). Sum of RGB (Red+Green+Blue) = 44+250+47=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 250 (98.05% from 255 or 73.31% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFA2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFA2F is #D305D0. Grayscale: #A5A5A5. Windows color (decimal): -13829585 or 3144236. OLE color: 3144236.

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

Color convert

RGB 44 250 47 -
CMYK 0.82 0 0.81 0.02
HSL 120.87º 0.95% 0.58% -
HSV(B) 120.87º 0.82% 0.98% -
XYZ 35.74 69.11 14.15 -
YUV 165.26 61.25 41.51 -
System Red Green Blue C M Y K H S L
Decimal 44 250 47 0.82 0 0.81 0.02 120.87 0.95 0.58
Hex 2C FA 2F 52 0 51 2 79 5F 3A
Octal 54 372 57 122 0 121 2 171 137 72
Binary 101100 11111010 101111 1010010 0 1010001 10 1111001 1011111 111010

Color Harmonies of #2CFA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFA2F

Black with #2CFA2F

Text Example


Text Example

White with #2CFA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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