Html Css Color HEX #30C845 Lime Green

📋 copy color: '#30C845'

red 48 ◦ green 200 ◦ blue 69

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

Shades of Lime Green #30C845

Tints of Lime Green #30C845

RGB

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

 GREEN value IS 200 (78.52% from 255) = 63.09%

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

R = 15.14%
G = 63.09%
B = 21.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#30C845 (or 0x30C845) is known color: Lime Green. HEX triplet: 30, C8 and 45. RGB value is (48,200,69). Sum of RGB (Red+Green+Blue) = 48+200+69=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #30C845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C845 is #CF37BA. Grayscale: #8B8B8B. Windows color (decimal): -13580219 or 4573232. OLE color: 4573232.

HSL color Cylindrical-coordinate representation of color #30C845: hue angle of 128.29º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C845 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 200 69 -
CMYK 0.76 0 0.66 0.22
HSL 128.29º 0.61% 0.49% -
HSV(B) 128.29º 0.76% 0.78% -
XYZ 22.95 42.37 12.6 -
YUV 139.62 88.14 62.65 -
System Red Green Blue C M Y K H S L
Decimal 48 200 69 0.76 0 0.66 0.22 128.29 0.61 0.49
Hex 30 C8 45 4C 0 42 16 80 3D 31
Octal 60 310 105 114 0 102 26 200 75 61
Binary 110000 11001000 1000101 1001100 0 1000010 10110 10000000 111101 110001

Color Harmonies of #30C845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C845

Black with #30C845

Text Example


Text Example

White with #30C845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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