Html Css Color HEX #30D61B Lime Green

📋 copy color: '#30D61B'

red 48 ◦ green 214 ◦ blue 27

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

Shades of Lime Green #30D61B

Tints of Lime Green #30D61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 16.61%
G = 74.05%
B = 9.34%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#30D61B (or 0x30D61B) is known color: Lime Green. HEX triplet: 30, D6 and 1B. RGB value is (48,214,27). Sum of RGB (Red+Green+Blue) = 48+214+27=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 214 (83.98% from 255 or 74.05% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 214 - color contains mainly: green. Hex color #30D61B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D61B is #CF29E4. Grayscale: #8F8F8F. Windows color (decimal): -13576677 or 1824304. OLE color: 1824304.

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

Color convert

RGB 48 214 27 -
CMYK 0.78 0 0.87 0.16
HSL 113.26º 0.78% 0.47% -
HSV(B) 113.26º 0.87% 0.84% -
XYZ 25.46 48.8 9.11 -
YUV 143.05 62.5 60.21 -
System Red Green Blue C M Y K H S L
Decimal 48 214 27 0.78 0 0.87 0.16 113.26 0.78 0.47
Hex 30 D6 1B 4E 0 57 10 71 4E 2F
Octal 60 326 33 116 0 127 20 161 116 57
Binary 110000 11010110 11011 1001110 0 1010111 10000 1110001 1001110 101111

Color Harmonies of #30D61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D61B

Black with #30D61B

Text Example


Text Example

White with #30D61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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