Html Css Color HEX #30F541 Lime Green

📋 copy color: '#30F541'

red 48 ◦ green 245 ◦ blue 65

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

Shades of Lime Green #30F541

Tints of Lime Green #30F541

RGB

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

 GREEN value IS 245 (96.09% from 255) = 68.44%

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 13.41%
G = 68.44%
B = 18.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#30F541 (or 0x30F541) is known color: Lime Green. HEX triplet: 30, F5 and 41. RGB value is (48,245,65). Sum of RGB (Red+Green+Blue) = 48+245+65=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 245 (96.09% from 255 or 68.44% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 245 - color contains mainly: green. Hex color #30F541 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F541 is #CF0ABE. Grayscale: #A6A6A6. Windows color (decimal): -13568703 or 4322608. OLE color: 4322608.

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

Color convert

RGB 48 245 65 -
CMYK 0.80 0 0.73 0.04
HSL 125.18º 0.91% 0.57% -
HSV(B) 125.18º 0.8% 0.96% -
XYZ 34.83 66.31 15.97 -
YUV 165.58 71.23 44.14 -
System Red Green Blue C M Y K H S L
Decimal 48 245 65 0.80 0 0.73 0.04 125.18 0.91 0.57
Hex 30 F5 41 50 0 49 4 7D 5B 39
Octal 60 365 101 120 0 111 4 175 133 71
Binary 110000 11110101 1000001 1010000 0 1001001 100 1111101 1011011 111001

Color Harmonies of #30F541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F541

Black with #30F541

Text Example


Text Example

White with #30F541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,245,65); }

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

background-color css

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

 a { background-color: rgb(48,245,65); }

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

border-color css

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

 span { border-color: rgb(48,245,65); }

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