Html Css Color HEX #30D64B Lime Green

📋 copy color: '#30D64B'

red 48 ◦ green 214 ◦ blue 75

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

Shades of Lime Green #30D64B

Tints of Lime Green #30D64B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 63.5%

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 14.24%
G = 63.5%
B = 22.26%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#30D64B (or 0x30D64B) is known color: Lime Green. HEX triplet: 30, D6 and 4B. RGB value is (48,214,75). Sum of RGB (Red+Green+Blue) = 48+214+75=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 214 (83.98% from 255 or 63.50% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 214 - color contains mainly: green. Hex color #30D64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D64B is #CF29B4. Grayscale: #949494. Windows color (decimal): -13576629 or 4970032. OLE color: 4970032.

HSL color Cylindrical-coordinate representation of color #30D64B: hue angle of 129.76º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D64B is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 75 -
CMYK 0.78 0 0.65 0.16
HSL 129.76º 0.67% 0.51% -
HSV(B) 129.76º 0.78% 0.84% -
XYZ 26.54 49.23 14.76 -
YUV 148.52 86.5 56.3 -
System Red Green Blue C M Y K H S L
Decimal 48 214 75 0.78 0 0.65 0.16 129.76 0.67 0.51
Hex 30 D6 4B 4E 0 41 10 82 43 33
Octal 60 326 113 116 0 101 20 202 103 63
Binary 110000 11010110 1001011 1001110 0 1000001 10000 10000010 1000011 110011

Color Harmonies of #30D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D64B

Black with #30D64B

Text Example


Text Example

White with #30D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,214,75); }

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

background-color css

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

 a { background-color: rgb(48,214,75); }

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

border-color css

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

 span { border-color: rgb(48,214,75); }

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