Html Css Color HEX #30D233 Lime Green

📋 copy color: '#30D233'

red 48 ◦ green 210 ◦ blue 51

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

Shades of Lime Green #30D233

Tints of Lime Green #30D233

RGB

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

 GREEN value IS 210 (82.42% from 255) = 67.96%

 BLUE value IS 51 (20.31% from 255) = 16.5%

R = 15.53%
G = 67.96%
B = 16.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#30D233 (or 0x30D233) is known color: Lime Green. HEX triplet: 30, D2 and 33. RGB value is (48,210,51). Sum of RGB (Red+Green+Blue) = 48+210+51=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 210 (82.42% from 255 or 67.96% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 210 - color contains mainly: green. Hex color #30D233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D233 is #CF2DCC. Grayscale: #8F8F8F. Windows color (decimal): -13577677 or 3396144. OLE color: 3396144.

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

Color convert

RGB 48 210 51 -
CMYK 0.77 0 0.76 0.18
HSL 121.11º 0.64% 0.51% -
HSV(B) 121.11º 0.77% 0.82% -
XYZ 24.86 46.96 10.89 -
YUV 143.44 75.83 59.93 -
System Red Green Blue C M Y K H S L
Decimal 48 210 51 0.77 0 0.76 0.18 121.11 0.64 0.51
Hex 30 D2 33 4D 0 4C 12 79 40 33
Octal 60 322 63 115 0 114 22 171 100 63
Binary 110000 11010010 110011 1001101 0 1001100 10010 1111001 1000000 110011

Color Harmonies of #30D233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D233

Black with #30D233

Text Example


Text Example

White with #30D233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,210,51); }

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

background-color css

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

 a { background-color: rgb(48,210,51); }

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

border-color css

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

 span { border-color: rgb(48,210,51); }

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