Html Css Color HEX #45F128 Lime Green

📋 copy color: '#45F128'

red 69 ◦ green 241 ◦ blue 40

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

Shades of Lime Green #45F128

Tints of Lime Green #45F128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 68.86%

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 19.71%
G = 68.86%
B = 11.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#45F128 (or 0x45F128) is known color: Lime Green. HEX triplet: 45, F1 and 28. RGB value is (69,241,40). Sum of RGB (Red+Green+Blue) = 69+241+40=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #45F128 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F128 is #BA0ED7. Grayscale: #A7A7A7. Windows color (decimal): -12193496 or 2683205. OLE color: 2683205.

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

Color convert

RGB 69 241 40 -
CMYK 0.71 0 0.83 0.05
HSL 111.34º 0.88% 0.55% -
HSV(B) 111.34º 0.83% 0.95% -
XYZ 34.29 64.33 12.62 -
YUV 166.66 56.52 58.34 -
System Red Green Blue C M Y K H S L
Decimal 69 241 40 0.71 0 0.83 0.05 111.34 0.88 0.55
Hex 45 F1 28 47 0 53 5 6F 58 37
Octal 105 361 50 107 0 123 5 157 130 67
Binary 1000101 11110001 101000 1000111 0 1010011 101 1101111 1011000 110111

Color Harmonies of #45F128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F128

Black with #45F128

Text Example


Text Example

White with #45F128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,241,40); }

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

background-color css

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

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

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

border-color css

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

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

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