Html Css Color HEX #30B51C Kelly Green

📋 copy color: '#30B51C'

red 48 ◦ green 181 ◦ blue 28

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

Shades of Kelly Green #30B51C

Tints of Kelly Green #30B51C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 70.43%

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 18.68%
G = 70.43%
B = 10.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#30B51C (or 0x30B51C) is known color: Kelly Green. HEX triplet: 30, B5 and 1C. RGB value is (48,181,28). Sum of RGB (Red+Green+Blue) = 48+181+28=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 181 (71.09% from 255 or 70.43% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 181 - color contains mainly: green. Hex color #30B51C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B51C is #CF4AE3. Grayscale: #7C7C7C. Windows color (decimal): -13585124 or 1881392. OLE color: 1881392.

HSL color Cylindrical-coordinate representation of color #30B51C: hue angle of 112.16º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30B51C is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 181 28 -
CMYK 0.73 0 0.85 0.29
HSL 112.16º 0.73% 0.41% -
HSV(B) 112.16º 0.85% 0.71% -
XYZ 17.95 33.76 6.67 -
YUV 123.79 73.94 73.94 -
System Red Green Blue C M Y K H S L
Decimal 48 181 28 0.73 0 0.85 0.29 112.16 0.73 0.41
Hex 30 B5 1C 49 0 55 1D 70 49 29
Octal 60 265 34 111 0 125 35 160 111 51
Binary 110000 10110101 11100 1001001 0 1010101 11101 1110000 1001001 101001

Color Harmonies of #30B51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B51C

Black with #30B51C

Text Example


Text Example

White with #30B51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,181,28); }

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

background-color css

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

 a { background-color: rgb(48,181,28); }

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

border-color css

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

 span { border-color: rgb(48,181,28); }

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