Html Css Color HEX #30C83A Lime Green

📋 copy color: '#30C83A'

red 48 ◦ green 200 ◦ blue 58

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

Shades of Lime Green #30C83A

Tints of Lime Green #30C83A

RGB

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

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

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

R = 15.69%
G = 65.36%
B = 18.95%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#30C83A (or 0x30C83A) is known color: Lime Green. HEX triplet: 30, C8 and 3A. RGB value is (48,200,58). Sum of RGB (Red+Green+Blue) = 48+200+58=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 200 (78.52% from 255 or 65.36% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 200 - color contains mainly: green. Hex color #30C83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C83A is #CF37C5. Grayscale: #8A8A8A. Windows color (decimal): -13580230 or 3852336. OLE color: 3852336.

HSL color Cylindrical-coordinate representation of color #30C83A: hue angle of 123.95º 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 #30C83A is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 200 58 -
CMYK 0.76 0 0.71 0.22
HSL 123.95º 0.61% 0.49% -
HSV(B) 123.95º 0.76% 0.78% -
XYZ 22.64 42.24 10.96 -
YUV 138.36 82.64 63.55 -
System Red Green Blue C M Y K H S L
Decimal 48 200 58 0.76 0 0.71 0.22 123.95 0.61 0.49
Hex 30 C8 3A 4C 0 47 16 7C 3D 31
Octal 60 310 72 114 0 107 26 174 75 61
Binary 110000 11001000 111010 1001100 0 1000111 10110 1111100 111101 110001

Color Harmonies of #30C83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C83A

Black with #30C83A

Text Example


Text Example

White with #30C83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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