Html Css Color HEX #2CFD3A Lime Green

📋 copy color: '#2CFD3A'

red 44 ◦ green 253 ◦ blue 58

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

Shades of Lime Green #2CFD3A

Tints of Lime Green #2CFD3A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 71.27%

 BLUE value IS 58 (23.05% from 255) = 16.34%

R = 12.39%
G = 71.27%
B = 16.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#2CFD3A (or 0x2CFD3A) is known color: Lime Green. HEX triplet: 2C, FD and 3A. RGB value is (44,253,58). Sum of RGB (Red+Green+Blue) = 44+253+58=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 253 (99.22% from 255 or 71.27% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 253 - color contains mainly: green. Hex color #2CFD3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFD3A is #D302C5. Grayscale: #A8A8A8. Windows color (decimal): -13828806 or 3865900. OLE color: 3865900.

HSL color Cylindrical-coordinate representation of color #2CFD3A: hue angle of 124.02º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFD3A is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 44 253 58 -
CMYK 0.83 0 0.77 0.01
HSL 124.02º 0.98% 0.58% -
HSV(B) 124.02º 0.83% 0.99% -
XYZ 36.93 71.09 15.78 -
YUV 168.28 65.76 39.36 -
System Red Green Blue C M Y K H S L
Decimal 44 253 58 0.83 0 0.77 0.01 124.02 0.98 0.58
Hex 2C FD 3A 53 0 4D 1 7C 62 3A
Octal 54 375 72 123 0 115 1 174 142 72
Binary 101100 11111101 111010 1010011 0 1001101 1 1111100 1100010 111010

Color Harmonies of #2CFD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFD3A

Black with #2CFD3A

Text Example


Text Example

White with #2CFD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,253,58); }

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

background-color css

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

 a { background-color: rgb(44,253,58); }

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

border-color css

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

 span { border-color: rgb(44,253,58); }

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