Html Css Color HEX #30CB4E Lime Green

📋 copy color: '#30CB4E'

red 48 ◦ green 203 ◦ blue 78

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

Shades of Lime Green #30CB4E

Tints of Lime Green #30CB4E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.7%

 BLUE value IS 78 (30.86% from 255) = 23.71%

R = 14.59%
G = 61.7%
B = 23.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#30CB4E (or 0x30CB4E) is known color: Lime Green. HEX triplet: 30, CB and 4E. RGB value is (48,203,78). Sum of RGB (Red+Green+Blue) = 48+203+78=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #30CB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CB4E is #CF34B1. Grayscale: #8E8E8E. Windows color (decimal): -13579442 or 5163824. OLE color: 5163824.

HSL color Cylindrical-coordinate representation of color #30CB4E: hue angle of 131.61º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CB4E is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 203 78 -
CMYK 0.76 0 0.62 0.20
HSL 131.61º 0.62% 0.49% -
HSV(B) 131.61º 0.76% 0.8% -
XYZ 23.95 43.89 14.42 -
YUV 142.41 91.65 60.66 -
System Red Green Blue C M Y K H S L
Decimal 48 203 78 0.76 0 0.62 0.20 131.61 0.62 0.49
Hex 30 CB 4E 4C 0 3E 14 84 3E 31
Octal 60 313 116 114 0 76 24 204 76 61
Binary 110000 11001011 1001110 1001100 0 111110 10100 10000100 111110 110001

Color Harmonies of #30CB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CB4E

Black with #30CB4E

Text Example


Text Example

White with #30CB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,203,78); }

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

background-color css

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

 a { background-color: rgb(48,203,78); }

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

border-color css

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

 span { border-color: rgb(48,203,78); }

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