Html Css Color HEX #30D445 Lime Green

📋 copy color: '#30D445'

red 48 ◦ green 212 ◦ blue 69

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

Shades of Lime Green #30D445

Tints of Lime Green #30D445

RGB

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

 GREEN value IS 212 (83.2% from 255) = 64.44%

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

R = 14.59%
G = 64.44%
B = 20.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#30D445 (or 0x30D445) is known color: Lime Green. HEX triplet: 30, D4 and 45. RGB value is (48,212,69). Sum of RGB (Red+Green+Blue) = 48+212+69=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 212 (83.20% from 255 or 64.44% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 212 - color contains mainly: green. Hex color #30D445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D445 is #CF2BBA. Grayscale: #939393. Windows color (decimal): -13577147 or 4576304. OLE color: 4576304.

HSL color Cylindrical-coordinate representation of color #30D445: hue angle of 127.68º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D445 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 212 69 -
CMYK 0.77 0 0.67 0.17
HSL 127.68º 0.66% 0.51% -
HSV(B) 127.68º 0.77% 0.83% -
XYZ 25.84 48.15 13.56 -
YUV 146.66 84.17 57.63 -
System Red Green Blue C M Y K H S L
Decimal 48 212 69 0.77 0 0.67 0.17 127.68 0.66 0.51
Hex 30 D4 45 4D 0 43 11 80 42 33
Octal 60 324 105 115 0 103 21 200 102 63
Binary 110000 11010100 1000101 1001101 0 1000011 10001 10000000 1000010 110011

Color Harmonies of #30D445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D445

Black with #30D445

Text Example


Text Example

White with #30D445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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