Html Css Color HEX #45F834 Lime Green

📋 copy color: '#45F834'

red 69 ◦ green 248 ◦ blue 52

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

Shades of Lime Green #45F834

Tints of Lime Green #45F834

RGB

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

 GREEN value IS 248 (97.27% from 255) = 67.21%

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 18.7%
G = 67.21%
B = 14.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#45F834 (or 0x45F834) is known color: Lime Green. HEX triplet: 45, F8 and 34. RGB value is (69,248,52). Sum of RGB (Red+Green+Blue) = 69+248+52=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 248 (97.27% from 255 or 67.21% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 248 - color contains mainly: green. Hex color #45F834 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F834 is #BA07CB. Grayscale: #ACACAC. Windows color (decimal): -12191692 or 3471429. OLE color: 3471429.

HSL color Cylindrical-coordinate representation of color #45F834: hue angle of 114.8º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45F834 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 69 248 52 -
CMYK 0.72 0 0.79 0.03
HSL 114.8º 0.93% 0.59% -
HSV(B) 114.8º 0.79% 0.97% -
XYZ 36.64 68.65 14.57 -
YUV 172.14 60.2 54.44 -
System Red Green Blue C M Y K H S L
Decimal 69 248 52 0.72 0 0.79 0.03 114.8 0.93 0.59
Hex 45 F8 34 48 0 4F 3 73 5D 3B
Octal 105 370 64 110 0 117 3 163 135 73
Binary 1000101 11111000 110100 1001000 0 1001111 11 1110011 1011101 111011

Color Harmonies of #45F834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F834

Black with #45F834

Text Example


Text Example

White with #45F834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,248,52); }

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

background-color css

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

 a { background-color: rgb(69,248,52); }

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

border-color css

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

 span { border-color: rgb(69,248,52); }

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