Html Css Color HEX #30D641 Lime Green

📋 copy color: '#30D641'

red 48 ◦ green 214 ◦ blue 65

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

Shades of Lime Green #30D641

Tints of Lime Green #30D641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 14.68%
G = 65.44%
B = 19.88%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#30D641 (or 0x30D641) is known color: Lime Green. HEX triplet: 30, D6 and 41. RGB value is (48,214,65). Sum of RGB (Red+Green+Blue) = 48+214+65=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 214 (83.98% from 255 or 65.44% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 214 - color contains mainly: green. Hex color #30D641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D641 is #CF29BE. Grayscale: #939393. Windows color (decimal): -13576639 or 4314672. OLE color: 4314672.

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

Color convert

RGB 48 214 65 -
CMYK 0.78 0 0.70 0.16
HSL 126.14º 0.67% 0.51% -
HSV(B) 126.14º 0.78% 0.84% -
XYZ 26.22 49.1 13.1 -
YUV 147.38 81.5 57.12 -
System Red Green Blue C M Y K H S L
Decimal 48 214 65 0.78 0 0.70 0.16 126.14 0.67 0.51
Hex 30 D6 41 4E 0 46 10 7E 43 33
Octal 60 326 101 116 0 106 20 176 103 63
Binary 110000 11010110 1000001 1001110 0 1000110 10000 1111110 1000011 110011

Color Harmonies of #30D641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D641

Black with #30D641

Text Example


Text Example

White with #30D641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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