Html Css Color HEX #45F242 Lime Green

📋 copy color: '#45F242'

red 69 ◦ green 242 ◦ blue 66

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

Shades of Lime Green #45F242

Tints of Lime Green #45F242

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.19%

 BLUE value IS 66 (26.17% from 255) = 17.51%

R = 18.3%
G = 64.19%
B = 17.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#45F242 (or 0x45F242) is known color: Lime Green. HEX triplet: 45, F2 and 42. RGB value is (69,242,66). Sum of RGB (Red+Green+Blue) = 69+242+66=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #45F242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F242 is #BA0DBD. Grayscale: #AAAAAA. Windows color (decimal): -12193214 or 4387397. OLE color: 4387397.

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

Color convert

RGB 69 242 66 -
CMYK 0.71 0 0.73 0.05
HSL 118.98º 0.87% 0.6% -
HSV(B) 118.98º 0.73% 0.95% -
XYZ 35.19 65.16 15.88 -
YUV 170.21 69.19 55.81 -
System Red Green Blue C M Y K H S L
Decimal 69 242 66 0.71 0 0.73 0.05 118.98 0.87 0.6
Hex 45 F2 42 47 0 49 5 77 57 3C
Octal 105 362 102 107 0 111 5 167 127 74
Binary 1000101 11110010 1000010 1000111 0 1001001 101 1110111 1010111 111100

Color Harmonies of #45F242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F242

Black with #45F242

Text Example


Text Example

White with #45F242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,242,66); }

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

background-color css

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

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

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

border-color css

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

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

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