Html Css Color HEX #45F038 Lime Green

📋 copy color: '#45F038'

red 69 ◦ green 240 ◦ blue 56

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

Shades of Lime Green #45F038

Tints of Lime Green #45F038

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.75%

 BLUE value IS 56 (22.27% from 255) = 15.34%

R = 18.9%
G = 65.75%
B = 15.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#45F038 (or 0x45F038) is known color: Lime Green. HEX triplet: 45, F0 and 38. RGB value is (69,240,56). Sum of RGB (Red+Green+Blue) = 69+240+56=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #45F038 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F038 is #BA0FC7. Grayscale: #A8A8A8. Windows color (decimal): -12193736 or 3731525. OLE color: 3731525.

HSL color Cylindrical-coordinate representation of color #45F038: hue angle of 115.76º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45F038 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 240 56 -
CMYK 0.71 0 0.77 0.06
HSL 115.76º 0.86% 0.58% -
HSV(B) 115.76º 0.77% 0.94% -
XYZ 34.33 63.87 14.26 -
YUV 167.9 64.85 57.46 -
System Red Green Blue C M Y K H S L
Decimal 69 240 56 0.71 0 0.77 0.06 115.76 0.86 0.58
Hex 45 F0 38 47 0 4D 6 74 56 3A
Octal 105 360 70 107 0 115 6 164 126 72
Binary 1000101 11110000 111000 1000111 0 1001101 110 1110100 1010110 111010

Color Harmonies of #45F038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F038

Black with #45F038

Text Example


Text Example

White with #45F038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,240,56); }

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

background-color css

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

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

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

border-color css

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

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

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