Html Css Color HEX #45F141 Lime Green

📋 copy color: '#45F141'

red 69 ◦ green 241 ◦ blue 65

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

Shades of Lime Green #45F141

Tints of Lime Green #45F141

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.27%

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

R = 18.4%
G = 64.27%
B = 17.33%

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

#45F141 (or 0x45F141) is known color: Lime Green. HEX triplet: 45, F1 and 41. RGB value is (69,241,65). Sum of RGB (Red+Green+Blue) = 69+241+65=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 241 (94.53% from 255 or 64.27% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 241 - color contains mainly: green. Hex color #45F141 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F141 is #BA0EBE. Grayscale: #AAAAAA. Windows color (decimal): -12193471 or 4321605. OLE color: 4321605.

HSL color Cylindrical-coordinate representation of color #45F141: hue angle of 118.64º degrees, saturation: 0.86, 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 #45F141 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 69 241 65 -
CMYK 0.71 0 0.73 0.05
HSL 118.64º 0.86% 0.6% -
HSV(B) 118.64º 0.73% 0.95% -
XYZ 34.86 64.56 15.62 -
YUV 169.51 69.02 56.31 -
System Red Green Blue C M Y K H S L
Decimal 69 241 65 0.71 0 0.73 0.05 118.64 0.86 0.6
Hex 45 F1 41 47 0 49 5 77 56 3C
Octal 105 361 101 107 0 111 5 167 126 74
Binary 1000101 11110001 1000001 1000111 0 1001001 101 1110111 1010110 111100

Color Harmonies of #45F141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F141

Black with #45F141

Text Example


Text Example

White with #45F141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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