Html Css Color HEX #30D645 Lime Green

📋 copy color: '#30D645'

red 48 ◦ green 214 ◦ blue 69

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

Shades of Lime Green #30D645

Tints of Lime Green #30D645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.85%

R = 14.5%
G = 64.65%
B = 20.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#30D645 (or 0x30D645) is known color: Lime Green. HEX triplet: 30, D6 and 45. RGB value is (48,214,69). Sum of RGB (Red+Green+Blue) = 48+214+69=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 214 (83.98% from 255 or 64.65% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 214 - color contains mainly: green. Hex color #30D645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D645 is #CF29BA. Grayscale: #949494. Windows color (decimal): -13576635 or 4576816. OLE color: 4576816.

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

Color convert

RGB 48 214 69 -
CMYK 0.78 0 0.68 0.16
HSL 127.59º 0.67% 0.51% -
HSV(B) 127.59º 0.78% 0.84% -
XYZ 26.34 49.15 13.73 -
YUV 147.84 83.5 56.79 -
System Red Green Blue C M Y K H S L
Decimal 48 214 69 0.78 0 0.68 0.16 127.59 0.67 0.51
Hex 30 D6 45 4E 0 44 10 80 43 33
Octal 60 326 105 116 0 104 20 200 103 63
Binary 110000 11010110 1000101 1001110 0 1000100 10000 10000000 1000011 110011

Color Harmonies of #30D645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D645

Black with #30D645

Text Example


Text Example

White with #30D645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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