Html Css Color HEX #30D642 Lime Green

📋 copy color: '#30D642'

red 48 ◦ green 214 ◦ blue 66

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

Shades of Lime Green #30D642

Tints of Lime Green #30D642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 65.24%

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 14.63%
G = 65.24%
B = 20.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#30D642 (or 0x30D642) is known color: Lime Green. HEX triplet: 30, D6 and 42. RGB value is (48,214,66). Sum of RGB (Red+Green+Blue) = 48+214+66=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 214 (83.98% from 255 or 65.24% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 214 - color contains mainly: green. Hex color #30D642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D642 is #CF29BD. Grayscale: #939393. Windows color (decimal): -13576638 or 4380208. OLE color: 4380208.

HSL color Cylindrical-coordinate representation of color #30D642: hue angle of 126.51º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D642 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 66 -
CMYK 0.78 0 0.69 0.16
HSL 126.51º 0.67% 0.51% -
HSV(B) 126.51º 0.78% 0.84% -
XYZ 26.25 49.11 13.25 -
YUV 147.49 82 57.03 -
System Red Green Blue C M Y K H S L
Decimal 48 214 66 0.78 0 0.69 0.16 126.51 0.67 0.51
Hex 30 D6 42 4E 0 45 10 7F 43 33
Octal 60 326 102 116 0 105 20 177 103 63
Binary 110000 11010110 1000010 1001110 0 1000101 10000 1111111 1000011 110011

Color Harmonies of #30D642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D642

Black with #30D642

Text Example


Text Example

White with #30D642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,214,66); }

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

background-color css

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

 a { background-color: rgb(48,214,66); }

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

border-color css

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

 span { border-color: rgb(48,214,66); }

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