Html Css Color HEX #30C101 Kelly Green

📋 copy color: '#30C101'

red 48 ◦ green 193 ◦ blue 1

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

Shades of Kelly Green #30C101

Tints of Kelly Green #30C101

RGB

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

 GREEN value IS 193 (75.78% from 255) = 79.75%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 19.83%
G = 79.75%
B = 0.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#30C101 (or 0x30C101) is known color: Kelly Green. HEX triplet: 30, C1 and 01. RGB value is (48,193,1). Sum of RGB (Red+Green+Blue) = 48+193+1=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 193 (75.78% from 255 or 79.75% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 193 - color contains mainly: green. Hex color #30C101 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C101 is #CF3EFE. Grayscale: #808080. Windows color (decimal): -13582079 or 114992. OLE color: 114992.

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

Color convert

RGB 48 193 1 -
CMYK 0.75 0 0.99 0.24
HSL 105.31º 0.99% 0.38% -
HSV(B) 105.31º 0.99% 0.76% -
XYZ 20.29 38.77 6.44 -
YUV 127.76 56.46 71.11 -
System Red Green Blue C M Y K H S L
Decimal 48 193 1 0.75 0 0.99 0.24 105.31 0.99 0.38
Hex 30 C1 1 4B 0 63 18 69 63 26
Octal 60 301 1 113 0 143 30 151 143 46
Binary 110000 11000001 1 1001011 0 1100011 11000 1101001 1100011 100110

Color Harmonies of #30C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C101

Black with #30C101

Text Example


Text Example

White with #30C101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,193,1); }

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

background-color css

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

 a { background-color: rgb(48,193,1); }

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

border-color css

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

 span { border-color: rgb(48,193,1); }

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