Html Css Color HEX #45F43C Lime Green

📋 copy color: '#45F43C'

red 69 ◦ green 244 ◦ blue 60

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

Shades of Lime Green #45F43C

Tints of Lime Green #45F43C

RGB

 RED value IS 69 (27.34% from 255) = 18.5%

 GREEN value IS 244 (95.7% from 255) = 65.42%

 BLUE value IS 60 (23.83% from 255) = 16.09%

R = 18.5%
G = 65.42%
B = 16.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#45F43C (or 0x45F43C) is known color: Lime Green. HEX triplet: 45, F4 and 3C. RGB value is (69,244,60). Sum of RGB (Red+Green+Blue) = 69+244+60=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 244 (95.70% from 255 or 65.42% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 244 - color contains mainly: green. Hex color #45F43C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F43C is #BA0BC3. Grayscale: #ABABAB. Windows color (decimal): -12192708 or 3994693. OLE color: 3994693.

HSL color Cylindrical-coordinate representation of color #45F43C: hue angle of 117.07º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45F43C is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 69 244 60 -
CMYK 0.72 0 0.75 0.04
HSL 117.07º 0.89% 0.6% -
HSV(B) 117.07º 0.75% 0.96% -
XYZ 35.62 66.29 15.19 -
YUV 170.7 65.52 55.46 -
System Red Green Blue C M Y K H S L
Decimal 69 244 60 0.72 0 0.75 0.04 117.07 0.89 0.6
Hex 45 F4 3C 48 0 4B 4 75 59 3C
Octal 105 364 74 110 0 113 4 165 131 74
Binary 1000101 11110100 111100 1001000 0 1001011 100 1110101 1011001 111100

Color Harmonies of #45F43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F43C

Black with #45F43C

Text Example


Text Example

White with #45F43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45F43C; }

 p { color: rgb(69,244,60); }

 H1.HeaderClassName
 {
   color: #45F43C;
 }
 .AnyTagClassName
 {
   color: #45F43C;
 }
</style>

background-color css

<style>
 a { background-color: #45F43C; }

 a { background-color: rgb(69,244,60); }

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

border-color css

<style>
 span { border-color: #45F43C; }

 span { border-color: rgb(69,244,60); }

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