Html Css Color HEX #45CB2A Lime Green

📋 copy color: '#45CB2A'

red 69 ◦ green 203 ◦ blue 42

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

Shades of Lime Green #45CB2A

Tints of Lime Green #45CB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 21.97%
G = 64.65%
B = 13.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#45CB2A (or 0x45CB2A) is known color: Lime Green. HEX triplet: 45, CB and 2A. RGB value is (69,203,42). Sum of RGB (Red+Green+Blue) = 69+203+42=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 203 (79.69% from 255 or 64.65% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CB2A is #BA34D5. Grayscale: #919191. Windows color (decimal): -12203222 or 2804549. OLE color: 2804549.

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

Color convert

RGB 69 203 42 -
CMYK 0.66 0 0.79 0.20
HSL 109.94º 0.66% 0.48% -
HSV(B) 109.94º 0.79% 0.8% -
XYZ 24.23 44.14 9.43 -
YUV 144.58 70.11 74.09 -
System Red Green Blue C M Y K H S L
Decimal 69 203 42 0.66 0 0.79 0.20 109.94 0.66 0.48
Hex 45 CB 2A 42 0 4F 14 6E 42 30
Octal 105 313 52 102 0 117 24 156 102 60
Binary 1000101 11001011 101010 1000010 0 1001111 10100 1101110 1000010 110000

Color Harmonies of #45CB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CB2A

Black with #45CB2A

Text Example


Text Example

White with #45CB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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