Html Css Color HEX #30F635 Lime Green

📋 copy color: '#30F635'

red 48 ◦ green 246 ◦ blue 53

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

Shades of Lime Green #30F635

Tints of Lime Green #30F635

RGB

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

 GREEN value IS 246 (96.48% from 255) = 70.89%

 BLUE value IS 53 (21.09% from 255) = 15.27%

R = 13.83%
G = 70.89%
B = 15.27%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#30F635 (or 0x30F635) is known color: Lime Green. HEX triplet: 30, F6 and 35. RGB value is (48,246,53). Sum of RGB (Red+Green+Blue) = 48+246+53=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 246 (96.48% from 255 or 70.89% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 246 - color contains mainly: green. Hex color #30F635 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F635 is #CF09CA. Grayscale: #A5A5A5. Windows color (decimal): -13568459 or 3536432. OLE color: 3536432.

HSL color Cylindrical-coordinate representation of color #30F635: hue angle of 121.52º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F635 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 246 53 -
CMYK 0.80 0 0.78 0.04
HSL 121.52º 0.92% 0.58% -
HSV(B) 121.52º 0.8% 0.96% -
XYZ 34.82 66.8 14.43 -
YUV 164.8 64.9 44.69 -
System Red Green Blue C M Y K H S L
Decimal 48 246 53 0.80 0 0.78 0.04 121.52 0.92 0.58
Hex 30 F6 35 50 0 4E 4 7A 5C 3A
Octal 60 366 65 120 0 116 4 172 134 72
Binary 110000 11110110 110101 1010000 0 1001110 100 1111010 1011100 111010

Color Harmonies of #30F635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F635

Black with #30F635

Text Example


Text Example

White with #30F635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,246,53); }

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

background-color css

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

 a { background-color: rgb(48,246,53); }

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

border-color css

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

 span { border-color: rgb(48,246,53); }

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