Html Css Color HEX #30CF51 Lime Green

📋 copy color: '#30CF51'

red 48 ◦ green 207 ◦ blue 81

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

Shades of Lime Green #30CF51

Tints of Lime Green #30CF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.11%

R = 14.29%
G = 61.61%
B = 24.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#30CF51 (or 0x30CF51) is known color: Lime Green. HEX triplet: 30, CF and 51. RGB value is (48,207,81). Sum of RGB (Red+Green+Blue) = 48+207+81=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 207 (81.25% from 255 or 61.61% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CF51 is #CF30AE. Grayscale: #919191. Windows color (decimal): -13578415 or 5361456. OLE color: 5361456.

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

Color convert

RGB 48 207 81 -
CMYK 0.77 0 0.61 0.19
HSL 132.45º 0.62% 0.5% -
HSV(B) 132.45º 0.77% 0.81% -
XYZ 25.02 45.85 15.32 -
YUV 145.1 91.82 58.75 -
System Red Green Blue C M Y K H S L
Decimal 48 207 81 0.77 0 0.61 0.19 132.45 0.62 0.5
Hex 30 CF 51 4D 0 3D 13 84 3E 32
Octal 60 317 121 115 0 75 23 204 76 62
Binary 110000 11001111 1010001 1001101 0 111101 10011 10000100 111110 110010

Color Harmonies of #30CF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CF51

Black with #30CF51

Text Example


Text Example

White with #30CF51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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