Html Css Color HEX #30CF48 Lime Green

📋 copy color: '#30CF48'

red 48 ◦ green 207 ◦ blue 72

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

Shades of Lime Green #30CF48

Tints of Lime Green #30CF48

RGB

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

 GREEN value IS 207 (81.25% from 255) = 63.3%

 BLUE value IS 72 (28.52% from 255) = 22.02%

R = 14.68%
G = 63.3%
B = 22.02%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#30CF48 (or 0x30CF48) is known color: Lime Green. HEX triplet: 30, CF and 48. RGB value is (48,207,72). Sum of RGB (Red+Green+Blue) = 48+207+72=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 207 (81.25% from 255 or 63.30% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CF48 is #CF30B7. Grayscale: #909090. Windows color (decimal): -13578424 or 4771632. OLE color: 4771632.

HSL color Cylindrical-coordinate representation of color #30CF48: hue angle of 129.06º 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 #30CF48 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 207 72 -
CMYK 0.77 0 0.65 0.19
HSL 129.06º 0.62% 0.5% -
HSV(B) 129.06º 0.77% 0.81% -
XYZ 24.7 45.72 13.65 -
YUV 144.07 87.32 59.48 -
System Red Green Blue C M Y K H S L
Decimal 48 207 72 0.77 0 0.65 0.19 129.06 0.62 0.5
Hex 30 CF 48 4D 0 41 13 81 3E 32
Octal 60 317 110 115 0 101 23 201 76 62
Binary 110000 11001111 1001000 1001101 0 1000001 10011 10000001 111110 110010

Color Harmonies of #30CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CF48

Black with #30CF48

Text Example


Text Example

White with #30CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,207,72); }

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

background-color css

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

 a { background-color: rgb(48,207,72); }

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

border-color css

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

 span { border-color: rgb(48,207,72); }

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