Html Css Color HEX #30B401 Kelly Green

📋 copy color: '#30B401'

red 48 ◦ green 180 ◦ blue 1

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

Shades of Kelly Green #30B401

Tints of Kelly Green #30B401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 78.6%

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

R = 20.96%
G = 78.6%
B = 0.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#30B401 (or 0x30B401) is known color: Kelly Green. HEX triplet: 30, B4 and 01. RGB value is (48,180,1). Sum of RGB (Red+Green+Blue) = 48+180+1=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 180 (70.70% from 255 or 78.60% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 180 - color contains mainly: green. Hex color #30B401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B401 is #CF4BFE. Grayscale: #787878. Windows color (decimal): -13585407 or 111664. OLE color: 111664.

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

Color convert

RGB 48 180 1 -
CMYK 0.73 0 0.99 0.29
HSL 104.25º 0.99% 0.35% -
HSV(B) 104.25º 0.99% 0.71% -
XYZ 17.55 33.27 5.53 -
YUV 120.13 60.77 76.55 -
System Red Green Blue C M Y K H S L
Decimal 48 180 1 0.73 0 0.99 0.29 104.25 0.99 0.35
Hex 30 B4 1 49 0 63 1D 68 63 23
Octal 60 264 1 111 0 143 35 150 143 43
Binary 110000 10110100 1 1001001 0 1100011 11101 1101000 1100011 100011

Color Harmonies of #30B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B401

Black with #30B401

Text Example


Text Example

White with #30B401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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