Html Css Color HEX #30CE3A Lime Green

📋 copy color: '#30CE3A'

red 48 ◦ green 206 ◦ blue 58

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

Shades of Lime Green #30CE3A

Tints of Lime Green #30CE3A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 66.03%

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 15.38%
G = 66.03%
B = 18.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#30CE3A (or 0x30CE3A) is known color: Lime Green. HEX triplet: 30, CE and 3A. RGB value is (48,206,58). Sum of RGB (Red+Green+Blue) = 48+206+58=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 206 (80.86% from 255 or 66.03% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CE3A is #CF31C5. Grayscale: #8E8E8E. Windows color (decimal): -13578694 or 3853872. OLE color: 3853872.

HSL color Cylindrical-coordinate representation of color #30CE3A: hue angle of 123.8º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CE3A is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 206 58 -
CMYK 0.77 0 0.72 0.19
HSL 123.8º 0.62% 0.5% -
HSV(B) 123.8º 0.77% 0.81% -
XYZ 24.05 45.08 11.44 -
YUV 141.89 80.65 61.03 -
System Red Green Blue C M Y K H S L
Decimal 48 206 58 0.77 0 0.72 0.19 123.8 0.62 0.5
Hex 30 CE 3A 4D 0 48 13 7C 3E 32
Octal 60 316 72 115 0 110 23 174 76 62
Binary 110000 11001110 111010 1001101 0 1001000 10011 1111100 111110 110010

Color Harmonies of #30CE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CE3A

Black with #30CE3A

Text Example


Text Example

White with #30CE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,206,58); }

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

background-color css

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

 a { background-color: rgb(48,206,58); }

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

border-color css

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

 span { border-color: rgb(48,206,58); }

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