Html Css Color HEX #30B400 Kelly Green

📋 copy color: '#30B400'

red 48 ◦ green 180 ◦ blue 0

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

Shades of Kelly Green #30B400

Tints of Kelly Green #30B400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.05%
G = 78.95%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#30B400 (or 0x30B400) is known color: Kelly Green. HEX triplet: 30, B4 and 00. RGB value is (48,180,0). Sum of RGB (Red+Green+Blue) = 48+180+0=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 180 (70.70% from 255 or 78.95% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 180 - color contains mainly: green. Hex color #30B400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B400 is #CF4BFF. Grayscale: #787878. Windows color (decimal): -13585408 or 46128. OLE color: 46128.

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

Color convert

RGB 48 180 0 -
CMYK 0.73 0 1 0.29
HSL 104º 1% 0.35% -
HSV(B) 104º 1% 0.71% -
XYZ 17.54 33.27 5.5 -
YUV 120.01 60.27 76.64 -
System Red Green Blue C M Y K H S L
Decimal 48 180 0 0.73 0 1 0.29 104 1 0.35
Hex 30 B4 0 49 0 64 1D 68 64 23
Octal 60 264 0 111 0 144 35 150 144 43
Binary 110000 10110100 0 1001001 0 1100100 11101 1101000 1100100 100011

Color Harmonies of #30B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B400

Black with #30B400

Text Example


Text Example

White with #30B400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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