Html Css Color HEX #45F232 Lime Green

📋 copy color: '#45F232'

red 69 ◦ green 242 ◦ blue 50

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

Shades of Lime Green #45F232

Tints of Lime Green #45F232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 19.11%
G = 67.04%
B = 13.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#45F232 (or 0x45F232) is known color: Lime Green. HEX triplet: 45, F2 and 32. RGB value is (69,242,50). Sum of RGB (Red+Green+Blue) = 69+242+50=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #45F232 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F232 is #BA0DCD. Grayscale: #A8A8A8. Windows color (decimal): -12193230 or 3338821. OLE color: 3338821.

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

Color convert

RGB 69 242 50 -
CMYK 0.71 0 0.79 0.05
HSL 114.06º 0.88% 0.57% -
HSV(B) 114.06º 0.79% 0.95% -
XYZ 34.78 65 13.73 -
YUV 168.39 61.19 57.11 -
System Red Green Blue C M Y K H S L
Decimal 69 242 50 0.71 0 0.79 0.05 114.06 0.88 0.57
Hex 45 F2 32 47 0 4F 5 72 58 39
Octal 105 362 62 107 0 117 5 162 130 71
Binary 1000101 11110010 110010 1000111 0 1001111 101 1110010 1011000 111001

Color Harmonies of #45F232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F232

Black with #45F232

Text Example


Text Example

White with #45F232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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