Html Css Color HEX #30DE44 Lime Green

📋 copy color: '#30DE44'

red 48 ◦ green 222 ◦ blue 68

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

Shades of Lime Green #30DE44

Tints of Lime Green #30DE44

RGB

 RED value IS 48 (19.14% from 255) = 14.2%

 GREEN value IS 222 (87.11% from 255) = 65.68%

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 14.2%
G = 65.68%
B = 20.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#30DE44 (or 0x30DE44) is known color: Lime Green. HEX triplet: 30, DE and 44. RGB value is (48,222,68). Sum of RGB (Red+Green+Blue) = 48+222+68=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 222 (87.11% from 255 or 65.68% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 222 - color contains mainly: green. Hex color #30DE44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DE44 is #CF21BB. Grayscale: #989898. Windows color (decimal): -13574588 or 4513328. OLE color: 4513328.

HSL color Cylindrical-coordinate representation of color #30DE44: hue angle of 126.9º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DE44 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 222 68 -
CMYK 0.78 0 0.69 0.13
HSL 126.9º 0.73% 0.53% -
HSV(B) 126.9º 0.78% 0.87% -
XYZ 28.38 53.29 14.26 -
YUV 152.42 80.35 53.52 -
System Red Green Blue C M Y K H S L
Decimal 48 222 68 0.78 0 0.69 0.13 126.9 0.73 0.53
Hex 30 DE 44 4E 0 45 D 7F 48 35
Octal 60 336 104 116 0 105 15 177 110 65
Binary 110000 11011110 1000100 1001110 0 1000101 1101 1111111 1001000 110101

Color Harmonies of #30DE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DE44

Black with #30DE44

Text Example


Text Example

White with #30DE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30DE44; }

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

 H1.HeaderClassName
 {
   color: #30DE44;
 }
 .AnyTagClassName
 {
   color: #30DE44;
 }
</style>

background-color css

<style>
 a { background-color: #30DE44; }

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

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

border-color css

<style>
 span { border-color: #30DE44; }

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

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