Html Css Color HEX #45F140 Lime Green

📋 copy color: '#45F140'

red 69 ◦ green 241 ◦ blue 64

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

Shades of Lime Green #45F140

Tints of Lime Green #45F140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 18.45%
G = 64.44%
B = 17.11%

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

#45F140 (or 0x45F140) is known color: Lime Green. HEX triplet: 45, F1 and 40. RGB value is (69,241,64). Sum of RGB (Red+Green+Blue) = 69+241+64=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 241 (94.53% from 255 or 64.44% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 241 - color contains mainly: green. Hex color #45F140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F140 is #BA0EBF. Grayscale: #A9A9A9. Windows color (decimal): -12193472 or 4256069. OLE color: 4256069.

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

Color convert

RGB 69 241 64 -
CMYK 0.71 0 0.73 0.05
HSL 118.31º 0.86% 0.6% -
HSV(B) 118.31º 0.73% 0.95% -
XYZ 34.83 64.55 15.47 -
YUV 169.39 68.52 56.39 -
System Red Green Blue C M Y K H S L
Decimal 69 241 64 0.71 0 0.73 0.05 118.31 0.86 0.6
Hex 45 F1 40 47 0 49 5 76 56 3C
Octal 105 361 100 107 0 111 5 166 126 74
Binary 1000101 11110001 1000000 1000111 0 1001001 101 1110110 1010110 111100

Color Harmonies of #45F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F140

Black with #45F140

Text Example


Text Example

White with #45F140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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