Html Css Color HEX #30BC33 Lime Green

📋 copy color: '#30BC33'

red 48 ◦ green 188 ◦ blue 51

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

Shades of Lime Green #30BC33

Tints of Lime Green #30BC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 65.51%

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

R = 16.72%
G = 65.51%
B = 17.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#30BC33 (or 0x30BC33) is known color: Lime Green. HEX triplet: 30, BC and 33. RGB value is (48,188,51). Sum of RGB (Red+Green+Blue) = 48+188+51=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BC33 is #CF43CC. Grayscale: #828282. Windows color (decimal): -13583309 or 3390512. OLE color: 3390512.

HSL color Cylindrical-coordinate representation of color #30BC33: hue angle of 121.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BC33 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 188 51 -
CMYK 0.74 0 0.73 0.26
HSL 121.29º 0.59% 0.46% -
HSV(B) 121.29º 0.74% 0.74% -
XYZ 19.8 36.83 9.2 -
YUV 130.52 83.12 69.14 -
System Red Green Blue C M Y K H S L
Decimal 48 188 51 0.74 0 0.73 0.26 121.29 0.59 0.46
Hex 30 BC 33 4A 0 49 1A 79 3B 2E
Octal 60 274 63 112 0 111 32 171 73 56
Binary 110000 10111100 110011 1001010 0 1001001 11010 1111001 111011 101110

Color Harmonies of #30BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BC33

Black with #30BC33

Text Example


Text Example

White with #30BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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