Html Css Color HEX #45FA36 Lime Green

📋 copy color: '#45FA36'

red 69 ◦ green 250 ◦ blue 54

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

Shades of Lime Green #45FA36

Tints of Lime Green #45FA36

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.02%

 BLUE value IS 54 (21.48% from 255) = 14.48%

R = 18.5%
G = 67.02%
B = 14.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#45FA36 (or 0x45FA36) is known color: Lime Green. HEX triplet: 45, FA and 36. RGB value is (69,250,54). Sum of RGB (Red+Green+Blue) = 69+250+54=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 250 (98.05% from 255 or 67.02% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 250 - color contains mainly: green. Hex color #45FA36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45FA36 is #BA05C9. Grayscale: #AEAEAE. Windows color (decimal): -12191178 or 3603013. OLE color: 3603013.

HSL color Cylindrical-coordinate representation of color #45FA36: hue angle of 115.41º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45FA36 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 69 250 54 -
CMYK 0.72 0 0.78 0.02
HSL 115.41º 0.95% 0.6% -
HSV(B) 115.41º 0.78% 0.98% -
XYZ 37.31 69.9 15.02 -
YUV 173.54 60.53 53.44 -
System Red Green Blue C M Y K H S L
Decimal 69 250 54 0.72 0 0.78 0.02 115.41 0.95 0.6
Hex 45 FA 36 48 0 4E 2 73 5F 3C
Octal 105 372 66 110 0 116 2 163 137 74
Binary 1000101 11111010 110110 1001000 0 1001110 10 1110011 1011111 111100

Color Harmonies of #45FA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45FA36

Black with #45FA36

Text Example


Text Example

White with #45FA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,250,54); }

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

background-color css

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

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

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

border-color css

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

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

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