Html Css Color HEX #44CD30 Lime Green

📋 copy color: '#44CD30'

red 68 ◦ green 205 ◦ blue 48

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

Shades of Lime Green #44CD30

Tints of Lime Green #44CD30

RGB

 RED value IS 68 (26.95% from 255) = 21.18%

 GREEN value IS 205 (80.47% from 255) = 63.86%

 BLUE value IS 48 (19.14% from 255) = 14.95%

R = 21.18%
G = 63.86%
B = 14.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#44CD30 (or 0x44CD30) is known color: Lime Green. HEX triplet: 44, CD and 30. RGB value is (68,205,48). Sum of RGB (Red+Green+Blue) = 68+205+48=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 205 (80.47% from 255 or 63.86% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 205 - color contains mainly: green. Hex color #44CD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CD30 is #BB32CF. Grayscale: #929292. Windows color (decimal): -12268240 or 3198276. OLE color: 3198276.

HSL color Cylindrical-coordinate representation of color #44CD30: hue angle of 112.36º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44CD30 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 205 48 -
CMYK 0.67 0 0.77 0.20
HSL 112.36º 0.62% 0.5% -
HSV(B) 112.36º 0.77% 0.8% -
XYZ 24.75 45.1 10.2 -
YUV 146.14 72.61 72.27 -
System Red Green Blue C M Y K H S L
Decimal 68 205 48 0.67 0 0.77 0.20 112.36 0.62 0.5
Hex 44 CD 30 43 0 4D 14 70 3E 32
Octal 104 315 60 103 0 115 24 160 76 62
Binary 1000100 11001101 110000 1000011 0 1001101 10100 1110000 111110 110010

Color Harmonies of #44CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CD30

Black with #44CD30

Text Example


Text Example

White with #44CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44CD30; }

 p { color: rgb(68,205,48); }

 H1.HeaderClassName
 {
   color: #44CD30;
 }
 .AnyTagClassName
 {
   color: #44CD30;
 }
</style>

background-color css

<style>
 a { background-color: #44CD30; }

 a { background-color: rgb(68,205,48); }

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

border-color css

<style>
 span { border-color: #44CD30; }

 span { border-color: rgb(68,205,48); }

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