Html Css Color HEX #45F23C Lime Green

📋 copy color: '#45F23C'

red 69 ◦ green 242 ◦ blue 60

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

Shades of Lime Green #45F23C

Tints of Lime Green #45F23C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.17%

R = 18.6%
G = 65.23%
B = 16.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#45F23C (or 0x45F23C) is known color: Lime Green. HEX triplet: 45, F2 and 3C. RGB value is (69,242,60). Sum of RGB (Red+Green+Blue) = 69+242+60=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #45F23C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F23C is #BA0DC3. Grayscale: #AAAAAA. Windows color (decimal): -12193220 or 3994181. OLE color: 3994181.

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

Color convert

RGB 69 242 60 -
CMYK 0.71 0 0.75 0.05
HSL 117.03º 0.88% 0.59% -
HSV(B) 117.03º 0.75% 0.95% -
XYZ 35.02 65.1 14.99 -
YUV 169.53 66.19 56.3 -
System Red Green Blue C M Y K H S L
Decimal 69 242 60 0.71 0 0.75 0.05 117.03 0.88 0.59
Hex 45 F2 3C 47 0 4B 5 75 58 3B
Octal 105 362 74 107 0 113 5 165 130 73
Binary 1000101 11110010 111100 1000111 0 1001011 101 1110101 1011000 111011

Color Harmonies of #45F23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F23C

Black with #45F23C

Text Example


Text Example

White with #45F23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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