Html Css Color HEX #30C238 Lime Green

📋 copy color: '#30C238'

red 48 ◦ green 194 ◦ blue 56

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

Shades of Lime Green #30C238

Tints of Lime Green #30C238

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.1%

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 16.11%
G = 65.1%
B = 18.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#30C238 (or 0x30C238) is known color: Lime Green. HEX triplet: 30, C2 and 38. RGB value is (48,194,56). Sum of RGB (Red+Green+Blue) = 48+194+56=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 194 (76.17% from 255 or 65.10% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 194 - color contains mainly: green. Hex color #30C238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C238 is #CF3DC7. Grayscale: #878787. Windows color (decimal): -13581768 or 3719728. OLE color: 3719728.

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

Color convert

RGB 48 194 56 -
CMYK 0.75 0 0.71 0.24
HSL 123.29º 0.6% 0.47% -
HSV(B) 123.29º 0.75% 0.76% -
XYZ 21.22 39.5 10.25 -
YUV 134.61 83.63 66.22 -
System Red Green Blue C M Y K H S L
Decimal 48 194 56 0.75 0 0.71 0.24 123.29 0.6 0.47
Hex 30 C2 38 4B 0 47 18 7B 3C 2F
Octal 60 302 70 113 0 107 30 173 74 57
Binary 110000 11000010 111000 1001011 0 1000111 11000 1111011 111100 101111

Color Harmonies of #30C238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C238

Black with #30C238

Text Example


Text Example

White with #30C238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,194,56); }

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

background-color css

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

 a { background-color: rgb(48,194,56); }

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

border-color css

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

 span { border-color: rgb(48,194,56); }

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