Html Css Color HEX #45D64B Lime Green

📋 copy color: '#45D64B'

red 69 ◦ green 214 ◦ blue 75

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

Shades of Lime Green #45D64B

Tints of Lime Green #45D64B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.78%

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 19.27%
G = 59.78%
B = 20.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#45D64B (or 0x45D64B) is known color: Lime Green. HEX triplet: 45, D6 and 4B. RGB value is (69,214,75). Sum of RGB (Red+Green+Blue) = 69+214+75=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 214 (83.98% from 255 or 59.78% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 214 - color contains mainly: green. Hex color #45D64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D64B is #BA29B4. Grayscale: #9B9B9B. Windows color (decimal): -12200373 or 4970053. OLE color: 4970053.

HSL color Cylindrical-coordinate representation of color #45D64B: hue angle of 122.48º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D64B is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 214 75 -
CMYK 0.68 0 0.65 0.16
HSL 122.48º 0.64% 0.55% -
HSV(B) 122.48º 0.68% 0.84% -
XYZ 27.77 49.87 14.82 -
YUV 154.8 82.96 66.8 -
System Red Green Blue C M Y K H S L
Decimal 69 214 75 0.68 0 0.65 0.16 122.48 0.64 0.55
Hex 45 D6 4B 44 0 41 10 7A 40 37
Octal 105 326 113 104 0 101 20 172 100 67
Binary 1000101 11010110 1001011 1000100 0 1000001 10000 1111010 1000000 110111

Color Harmonies of #45D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D64B

Black with #45D64B

Text Example


Text Example

White with #45D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,214,75); }

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

background-color css

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

 a { background-color: rgb(69,214,75); }

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

border-color css

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

 span { border-color: rgb(69,214,75); }

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