Html Css Color HEX #45BC34 Lime Green

📋 copy color: '#45BC34'

red 69 ◦ green 188 ◦ blue 52

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

Shades of Lime Green #45BC34

Tints of Lime Green #45BC34

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.84%

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

R = 22.33%
G = 60.84%
B = 16.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#45BC34 (or 0x45BC34) is known color: Lime Green. HEX triplet: 45, BC and 34. RGB value is (69,188,52). Sum of RGB (Red+Green+Blue) = 69+188+52=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BC34 is #BA43CB. Grayscale: #898989. Windows color (decimal): -12207052 or 3456069. OLE color: 3456069.

HSL color Cylindrical-coordinate representation of color #45BC34: hue angle of 112.5º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45BC34 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 188 52 -
CMYK 0.63 0 0.72 0.26
HSL 112.5º 0.57% 0.47% -
HSV(B) 112.5º 0.72% 0.74% -
XYZ 21.06 37.48 9.37 -
YUV 136.92 80.08 79.56 -
System Red Green Blue C M Y K H S L
Decimal 69 188 52 0.63 0 0.72 0.26 112.5 0.57 0.47
Hex 45 BC 34 3F 0 48 1A 70 39 2F
Octal 105 274 64 77 0 110 32 160 71 57
Binary 1000101 10111100 110100 111111 0 1001000 11010 1110000 111001 101111

Color Harmonies of #45BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BC34

Black with #45BC34

Text Example


Text Example

White with #45BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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