Html Css Color HEX #45F345 Lime Green

📋 copy color: '#45F345'

red 69 ◦ green 243 ◦ blue 69

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

Shades of Lime Green #45F345

Tints of Lime Green #45F345

RGB

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

 GREEN value IS 243 (95.31% from 255) = 63.78%

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 18.11%
G = 63.78%
B = 18.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#45F345 (or 0x45F345) is known color: Lime Green. HEX triplet: 45, F3 and 45. RGB value is (69,243,69). Sum of RGB (Red+Green+Blue) = 69+243+69=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 243 (95.31% from 255 or 63.78% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 243 - color contains mainly: green. Hex color #45F345 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F345 is #BA0CBA. Grayscale: #ABABAB. Windows color (decimal): -12192955 or 4584261. OLE color: 4584261.

HSL color Cylindrical-coordinate representation of color #45F345: hue angle of 120º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F345 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 69 243 69 -
CMYK 0.72 0 0.72 0.05
HSL 120º 0.88% 0.61% -
HSV(B) 120º 0.72% 0.95% -
XYZ 35.58 65.8 16.45 -
YUV 171.14 70.35 55.15 -
System Red Green Blue C M Y K H S L
Decimal 69 243 69 0.72 0 0.72 0.05 120 0.88 0.61
Hex 45 F3 45 48 0 48 5 78 58 3D
Octal 105 363 105 110 0 110 5 170 130 75
Binary 1000101 11110011 1000101 1001000 0 1001000 101 1111000 1011000 111101

Color Harmonies of #45F345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F345

Black with #45F345

Text Example


Text Example

White with #45F345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,243,69); }

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

background-color css

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

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

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

border-color css

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

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

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