Html Css Color HEX #30F328 Lime Green

📋 copy color: '#30F328'

red 48 ◦ green 243 ◦ blue 40

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

Shades of Lime Green #30F328

Tints of Lime Green #30F328

RGB

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

 GREEN value IS 243 (95.31% from 255) = 73.41%

 BLUE value IS 40 (16.02% from 255) = 12.08%

R = 14.5%
G = 73.41%
B = 12.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#30F328 (or 0x30F328) is known color: Lime Green. HEX triplet: 30, F3 and 28. RGB value is (48,243,40). Sum of RGB (Red+Green+Blue) = 48+243+40=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 243 (95.31% from 255 or 73.41% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 243 - color contains mainly: green. Hex color #30F328 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F328 is #CF0CD7. Grayscale: #A2A2A2. Windows color (decimal): -13569240 or 2683696. OLE color: 2683696.

HSL color Cylindrical-coordinate representation of color #30F328: hue angle of 117.64º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30F328 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 243 40 -
CMYK 0.80 0 0.84 0.05
HSL 117.64º 0.89% 0.55% -
HSV(B) 117.64º 0.84% 0.95% -
XYZ 33.65 64.88 12.76 -
YUV 161.55 59.4 47.01 -
System Red Green Blue C M Y K H S L
Decimal 48 243 40 0.80 0 0.84 0.05 117.64 0.89 0.55
Hex 30 F3 28 50 0 54 5 76 59 37
Octal 60 363 50 120 0 124 5 166 131 67
Binary 110000 11110011 101000 1010000 0 1010100 101 1110110 1011001 110111

Color Harmonies of #30F328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F328

Black with #30F328

Text Example


Text Example

White with #30F328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,243,40); }

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

background-color css

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

 a { background-color: rgb(48,243,40); }

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

border-color css

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

 span { border-color: rgb(48,243,40); }

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