Html Css Color HEX #45F343 Lime Green

📋 copy color: '#45F343'

red 69 ◦ green 243 ◦ blue 67

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

Shades of Lime Green #45F343

Tints of Lime Green #45F343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.68%

R = 18.21%
G = 64.12%
B = 17.68%

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

#45F343 (or 0x45F343) is known color: Lime Green. HEX triplet: 45, F3 and 43. RGB value is (69,243,67). Sum of RGB (Red+Green+Blue) = 69+243+67=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 243 (95.31% from 255 or 64.12% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 243 - color contains mainly: green. Hex color #45F343 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F343 is #BA0CBC. Grayscale: #ABABAB. Windows color (decimal): -12192957 or 4453189. OLE color: 4453189.

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

Color convert

RGB 69 243 67 -
CMYK 0.72 0 0.72 0.05
HSL 119.32º 0.88% 0.61% -
HSV(B) 119.32º 0.72% 0.95% -
XYZ 35.52 65.77 16.13 -
YUV 170.91 69.35 55.31 -
System Red Green Blue C M Y K H S L
Decimal 69 243 67 0.72 0 0.72 0.05 119.32 0.88 0.61
Hex 45 F3 43 48 0 48 5 77 58 3D
Octal 105 363 103 110 0 110 5 167 130 75
Binary 1000101 11110011 1000011 1001000 0 1001000 101 1110111 1011000 111101

Color Harmonies of #45F343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F343

Black with #45F343

Text Example


Text Example

White with #45F343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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