Html Css Color HEX #45CC4B Lime Green

📋 copy color: '#45CC4B'

red 69 ◦ green 204 ◦ blue 75

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

Shades of Lime Green #45CC4B

Tints of Lime Green #45CC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.62%

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

R = 19.83%
G = 58.62%
B = 21.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#45CC4B (or 0x45CC4B) is known color: Lime Green. HEX triplet: 45, CC and 4B. RGB value is (69,204,75). Sum of RGB (Red+Green+Blue) = 69+204+75=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CC4B is #BA33B4. Grayscale: #959595. Windows color (decimal): -12202933 or 4967493. OLE color: 4967493.

HSL color Cylindrical-coordinate representation of color #45CC4B: hue angle of 122.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CC4B is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 204 75 -
CMYK 0.66 0 0.63 0.2
HSL 122.67º 0.57% 0.54% -
HSV(B) 122.67º 0.66% 0.8% -
XYZ 25.32 44.96 14 -
YUV 148.93 86.27 70.99 -
System Red Green Blue C M Y K H S L
Decimal 69 204 75 0.66 0 0.63 0.2 122.67 0.57 0.54
Hex 45 CC 4B 42 0 3F 14 7B 39 36
Octal 105 314 113 102 0 77 24 173 71 66
Binary 1000101 11001100 1001011 1000010 0 111111 10100 1111011 111001 110110

Color Harmonies of #45CC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CC4B

Black with #45CC4B

Text Example


Text Example

White with #45CC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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