Html Css Color HEX #30C333 Lime Green

📋 copy color: '#30C333'

red 48 ◦ green 195 ◦ blue 51

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

Shades of Lime Green #30C333

Tints of Lime Green #30C333

RGB

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

 GREEN value IS 195 (76.56% from 255) = 66.33%

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

R = 16.33%
G = 66.33%
B = 17.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#30C333 (or 0x30C333) is known color: Lime Green. HEX triplet: 30, C3 and 33. RGB value is (48,195,51). Sum of RGB (Red+Green+Blue) = 48+195+51=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 195 (76.56% from 255 or 66.33% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 195 - color contains mainly: green. Hex color #30C333 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C333 is #CF3CCC. Grayscale: #878787. Windows color (decimal): -13581517 or 3392304. OLE color: 3392304.

HSL color Cylindrical-coordinate representation of color #30C333: hue angle of 121.22º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C333 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 195 51 -
CMYK 0.75 0 0.74 0.24
HSL 121.22º 0.6% 0.48% -
HSV(B) 121.22º 0.75% 0.76% -
XYZ 21.33 39.9 9.71 -
YUV 134.63 80.8 66.21 -
System Red Green Blue C M Y K H S L
Decimal 48 195 51 0.75 0 0.74 0.24 121.22 0.6 0.48
Hex 30 C3 33 4B 0 4A 18 79 3C 30
Octal 60 303 63 113 0 112 30 171 74 60
Binary 110000 11000011 110011 1001011 0 1001010 11000 1111001 111100 110000

Color Harmonies of #30C333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C333

Black with #30C333

Text Example


Text Example

White with #30C333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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