Html Css Color HEX #45F537 Lime Green

📋 copy color: '#45F537'

red 69 ◦ green 245 ◦ blue 55

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

Shades of Lime Green #45F537

Tints of Lime Green #45F537

RGB

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

 GREEN value IS 245 (96.09% from 255) = 66.4%

 BLUE value IS 55 (21.88% from 255) = 14.91%

R = 18.7%
G = 66.4%
B = 14.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#45F537 (or 0x45F537) is known color: Lime Green. HEX triplet: 45, F5 and 37. RGB value is (69,245,55). Sum of RGB (Red+Green+Blue) = 69+245+55=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 245 (96.09% from 255 or 66.40% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 245 - color contains mainly: green. Hex color #45F537 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F537 is #BA0AC8. Grayscale: #ABABAB. Windows color (decimal): -12192457 or 3667269. OLE color: 3667269.

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

Color convert

RGB 69 245 55 -
CMYK 0.72 0 0.78 0.04
HSL 115.58º 0.9% 0.59% -
HSV(B) 115.58º 0.78% 0.96% -
XYZ 35.8 66.85 14.63 -
YUV 170.72 62.69 55.45 -
System Red Green Blue C M Y K H S L
Decimal 69 245 55 0.72 0 0.78 0.04 115.58 0.9 0.59
Hex 45 F5 37 48 0 4E 4 74 5A 3B
Octal 105 365 67 110 0 116 4 164 132 73
Binary 1000101 11110101 110111 1001000 0 1001110 100 1110100 1011010 111011

Color Harmonies of #45F537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F537

Black with #45F537

Text Example


Text Example

White with #45F537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,245,55); }

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

background-color css

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

 a { background-color: rgb(69,245,55); }

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

border-color css

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

 span { border-color: rgb(69,245,55); }

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