Html Css Color HEX #45EB4C Lime Green

📋 copy color: '#45EB4C'

red 69 ◦ green 235 ◦ blue 76

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

Shades of Lime Green #45EB4C

Tints of Lime Green #45EB4C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 61.84%

 BLUE value IS 76 (30.08% from 255) = 20%

R = 18.16%
G = 61.84%
B = 20%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#45EB4C (or 0x45EB4C) is known color: Lime Green. HEX triplet: 45, EB and 4C. RGB value is (69,235,76). Sum of RGB (Red+Green+Blue) = 69+235+76=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 235 (92.19% from 255 or 61.84% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 235 - color contains mainly: green. Hex color #45EB4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EB4C is #BA14B3. Grayscale: #A7A7A7. Windows color (decimal): -12194996 or 5040965. OLE color: 5040965.

HSL color Cylindrical-coordinate representation of color #45EB4C: hue angle of 122.53º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EB4C is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 69 235 76 -
CMYK 0.71 0 0.68 0.08
HSL 122.53º 0.81% 0.6% -
HSV(B) 122.53º 0.71% 0.92% -
XYZ 33.47 61.2 16.89 -
YUV 167.24 76.5 57.93 -
System Red Green Blue C M Y K H S L
Decimal 69 235 76 0.71 0 0.68 0.08 122.53 0.81 0.6
Hex 45 EB 4C 47 0 44 8 7B 51 3C
Octal 105 353 114 107 0 104 10 173 121 74
Binary 1000101 11101011 1001100 1000111 0 1000100 1000 1111011 1010001 111100

Color Harmonies of #45EB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45EB4C

Black with #45EB4C

Text Example


Text Example

White with #45EB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,235,76); }

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

background-color css

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

 a { background-color: rgb(69,235,76); }

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

border-color css

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

 span { border-color: rgb(69,235,76); }

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