Html Css Color HEX #30DF4A Lime Green

📋 copy color: '#30DF4A'

red 48 ◦ green 223 ◦ blue 74

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

Shades of Lime Green #30DF4A

Tints of Lime Green #30DF4A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 64.64%

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 13.91%
G = 64.64%
B = 21.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#30DF4A (or 0x30DF4A) is known color: Lime Green. HEX triplet: 30, DF and 4A. RGB value is (48,223,74). Sum of RGB (Red+Green+Blue) = 48+223+74=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 223 (87.5% from 255 or 64.64% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DF4A is #CF20B5. Grayscale: #9A9A9A. Windows color (decimal): -13574326 or 4906800. OLE color: 4906800.

HSL color Cylindrical-coordinate representation of color #30DF4A: hue angle of 128.91º 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 #30DF4A is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 223 74 -
CMYK 0.78 0 0.67 0.13
HSL 128.91º 0.73% 0.53% -
HSV(B) 128.91º 0.78% 0.87% -
XYZ 28.84 53.9 15.36 -
YUV 153.69 83.02 52.62 -
System Red Green Blue C M Y K H S L
Decimal 48 223 74 0.78 0 0.67 0.13 128.91 0.73 0.53
Hex 30 DF 4A 4E 0 43 D 81 49 35
Octal 60 337 112 116 0 103 15 201 111 65
Binary 110000 11011111 1001010 1001110 0 1000011 1101 10000001 1001001 110101

Color Harmonies of #30DF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DF4A

Black with #30DF4A

Text Example


Text Example

White with #30DF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,223,74); }

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

background-color css

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

 a { background-color: rgb(48,223,74); }

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

border-color css

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

 span { border-color: rgb(48,223,74); }

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