Html Css Color HEX #30DA33 Lime Green

📋 copy color: '#30DA33'

red 48 ◦ green 218 ◦ blue 51

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

Shades of Lime Green #30DA33

Tints of Lime Green #30DA33

RGB

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

 GREEN value IS 218 (85.55% from 255) = 68.77%

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 15.14%
G = 68.77%
B = 16.09%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#30DA33 (or 0x30DA33) is known color: Lime Green. HEX triplet: 30, DA and 33. RGB value is (48,218,51). Sum of RGB (Red+Green+Blue) = 48+218+51=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 218 (85.55% from 255 or 68.77% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 218 - color contains mainly: green. Hex color #30DA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DA33 is #CF25CC. Grayscale: #949494. Windows color (decimal): -13575629 or 3398192. OLE color: 3398192.

HSL color Cylindrical-coordinate representation of color #30DA33: hue angle of 121.06º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DA33 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 218 51 -
CMYK 0.78 0 0.77 0.15
HSL 121.06º 0.7% 0.52% -
HSV(B) 121.06º 0.78% 0.85% -
XYZ 26.89 51.01 11.56 -
YUV 148.13 73.18 56.58 -
System Red Green Blue C M Y K H S L
Decimal 48 218 51 0.78 0 0.77 0.15 121.06 0.7 0.52
Hex 30 DA 33 4E 0 4D F 79 46 34
Octal 60 332 63 116 0 115 17 171 106 64
Binary 110000 11011010 110011 1001110 0 1001101 1111 1111001 1000110 110100

Color Harmonies of #30DA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DA33

Black with #30DA33

Text Example


Text Example

White with #30DA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,218,51); }

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

background-color css

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

 a { background-color: rgb(48,218,51); }

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

border-color css

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

 span { border-color: rgb(48,218,51); }

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