Html Css Color HEX #45CB46 Lime Green

📋 copy color: '#45CB46'

red 69 ◦ green 203 ◦ blue 70

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

Shades of Lime Green #45CB46

Tints of Lime Green #45CB46

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.36%

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 20.18%
G = 59.36%
B = 20.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#45CB46 (or 0x45CB46) is known color: Lime Green. HEX triplet: 45, CB and 46. RGB value is (69,203,70). Sum of RGB (Red+Green+Blue) = 69+203+70=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 203 (79.69% from 255 or 59.36% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CB46 is #BA34B9. Grayscale: #949494. Windows color (decimal): -12203194 or 4639557. OLE color: 4639557.

HSL color Cylindrical-coordinate representation of color #45CB46: hue angle of 120.45º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CB46 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 203 70 -
CMYK 0.66 0 0.66 0.20
HSL 120.45º 0.56% 0.53% -
HSV(B) 120.45º 0.66% 0.8% -
XYZ 24.92 44.42 13.05 -
YUV 147.77 84.11 71.81 -
System Red Green Blue C M Y K H S L
Decimal 69 203 70 0.66 0 0.66 0.20 120.45 0.56 0.53
Hex 45 CB 46 42 0 42 14 78 38 35
Octal 105 313 106 102 0 102 24 170 70 65
Binary 1000101 11001011 1000110 1000010 0 1000010 10100 1111000 111000 110101

Color Harmonies of #45CB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CB46

Black with #45CB46

Text Example


Text Example

White with #45CB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,203,70); }

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

background-color css

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

 a { background-color: rgb(69,203,70); }

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

border-color css

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

 span { border-color: rgb(69,203,70); }

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