Html Css Color HEX #30D01A Lime Green

📋 copy color: '#30D01A'

red 48 ◦ green 208 ◦ blue 26

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

Shades of Lime Green #30D01A

Tints of Lime Green #30D01A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 73.76%

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 17.02%
G = 73.76%
B = 9.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#30D01A (or 0x30D01A) is known color: Lime Green. HEX triplet: 30, D0 and 1A. RGB value is (48,208,26). Sum of RGB (Red+Green+Blue) = 48+208+26=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 208 (81.64% from 255 or 73.76% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 208 - color contains mainly: green. Hex color #30D01A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D01A is #CF2FE5. Grayscale: #8B8B8B. Windows color (decimal): -13578214 or 1757232. OLE color: 1757232.

HSL color Cylindrical-coordinate representation of color #30D01A: hue angle of 112.75º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30D01A is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 208 26 -
CMYK 0.77 0 0.88 0.18
HSL 112.75º 0.78% 0.46% -
HSV(B) 112.75º 0.88% 0.82% -
XYZ 23.96 45.81 8.56 -
YUV 139.41 63.99 62.8 -
System Red Green Blue C M Y K H S L
Decimal 48 208 26 0.77 0 0.88 0.18 112.75 0.78 0.46
Hex 30 D0 1A 4D 0 58 12 71 4E 2E
Octal 60 320 32 115 0 130 22 161 116 56
Binary 110000 11010000 11010 1001101 0 1011000 10010 1110001 1001110 101110

Color Harmonies of #30D01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D01A

Black with #30D01A

Text Example


Text Example

White with #30D01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,208,26); }

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

background-color css

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

 a { background-color: rgb(48,208,26); }

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

border-color css

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

 span { border-color: rgb(48,208,26); }

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