Html Css Color HEX #45CA2E Lime Green

📋 copy color: '#45CA2E'

red 69 ◦ green 202 ◦ blue 46

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

Shades of Lime Green #45CA2E

Tints of Lime Green #45CA2E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 63.72%

 BLUE value IS 46 (18.36% from 255) = 14.51%

R = 21.77%
G = 63.72%
B = 14.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#45CA2E (or 0x45CA2E) is known color: Lime Green. HEX triplet: 45, CA and 2E. RGB value is (69,202,46). Sum of RGB (Red+Green+Blue) = 69+202+46=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 202 (79.30% from 255 or 63.72% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CA2E is #BA35D1. Grayscale: #909090. Windows color (decimal): -12203474 or 3066437. OLE color: 3066437.

HSL color Cylindrical-coordinate representation of color #45CA2E: hue angle of 111.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45CA2E is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 69 202 46 -
CMYK 0.66 0 0.77 0.21
HSL 111.15º 0.63% 0.49% -
HSV(B) 111.15º 0.77% 0.79% -
XYZ 24.07 43.7 9.75 -
YUV 144.45 72.44 74.18 -
System Red Green Blue C M Y K H S L
Decimal 69 202 46 0.66 0 0.77 0.21 111.15 0.63 0.49
Hex 45 CA 2E 42 0 4D 15 6F 3F 31
Octal 105 312 56 102 0 115 25 157 77 61
Binary 1000101 11001010 101110 1000010 0 1001101 10101 1101111 111111 110001

Color Harmonies of #45CA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CA2E

Black with #45CA2E

Text Example


Text Example

White with #45CA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,202,46); }

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

background-color css

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

 a { background-color: rgb(69,202,46); }

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

border-color css

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

 span { border-color: rgb(69,202,46); }

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