Html Css Color HEX #2CFA45 Lime Green

📋 copy color: '#2CFA45'

red 44 ◦ green 250 ◦ blue 69

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

Shades of Lime Green #2CFA45

Tints of Lime Green #2CFA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.01%

R = 12.12%
G = 68.87%
B = 19.01%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#2CFA45 (or 0x2CFA45) is known color: Lime Green. HEX triplet: 2C, FA and 45. RGB value is (44,250,69). Sum of RGB (Red+Green+Blue) = 44+250+69=363 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.12% from 363); Green value is 250 (98.05% from 255 or 68.87% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFA45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFA45 is #D305BA. Grayscale: #A8A8A8. Windows color (decimal): -13829563 or 4586028. OLE color: 4586028.

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

Color convert

RGB 44 250 69 -
CMYK 0.82 0 0.72 0.02
HSL 127.28º 0.95% 0.58% -
HSV(B) 127.28º 0.82% 0.98% -
XYZ 36.3 69.34 17.1 -
YUV 167.77 72.25 39.72 -
System Red Green Blue C M Y K H S L
Decimal 44 250 69 0.82 0 0.72 0.02 127.28 0.95 0.58
Hex 2C FA 45 52 0 48 2 7F 5F 3A
Octal 54 372 105 122 0 110 2 177 137 72
Binary 101100 11111010 1000101 1010010 0 1001000 10 1111111 1011111 111010

Color Harmonies of #2CFA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFA45

Black with #2CFA45

Text Example


Text Example

White with #2CFA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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