Html Css Color HEX #45F241 Lime Green

📋 copy color: '#45F241'

red 69 ◦ green 242 ◦ blue 65

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

Shades of Lime Green #45F241

Tints of Lime Green #45F241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.36%

 BLUE value IS 65 (25.78% from 255) = 17.29%

R = 18.35%
G = 64.36%
B = 17.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#45F241 (or 0x45F241) is known color: Lime Green. HEX triplet: 45, F2 and 41. RGB value is (69,242,65). Sum of RGB (Red+Green+Blue) = 69+242+65=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #45F241 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F241 is #BA0DBE. Grayscale: #AAAAAA. Windows color (decimal): -12193215 or 4321861. OLE color: 4321861.

HSL color Cylindrical-coordinate representation of color #45F241: hue angle of 118.64º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45F241 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 69 242 65 -
CMYK 0.71 0 0.73 0.05
HSL 118.64º 0.87% 0.6% -
HSV(B) 118.64º 0.73% 0.95% -
XYZ 35.16 65.15 15.72 -
YUV 170.1 68.69 55.89 -
System Red Green Blue C M Y K H S L
Decimal 69 242 65 0.71 0 0.73 0.05 118.64 0.87 0.6
Hex 45 F2 41 47 0 49 5 77 57 3C
Octal 105 362 101 107 0 111 5 167 127 74
Binary 1000101 11110010 1000001 1000111 0 1001001 101 1110111 1010111 111100

Color Harmonies of #45F241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F241

Black with #45F241

Text Example


Text Example

White with #45F241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,242,65); }

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

background-color css

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

 a { background-color: rgb(69,242,65); }

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

border-color css

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

 span { border-color: rgb(69,242,65); }

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