Html Css Color HEX #30B40E Kelly Green

📋 copy color: '#30B40E'

red 48 ◦ green 180 ◦ blue 14

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

Shades of Kelly Green #30B40E

Tints of Kelly Green #30B40E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 19.83%
G = 74.38%
B = 5.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#30B40E (or 0x30B40E) is known color: Kelly Green. HEX triplet: 30, B4 and 0E. RGB value is (48,180,14). Sum of RGB (Red+Green+Blue) = 48+180+14=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 180 (70.70% from 255 or 74.38% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 180 - color contains mainly: green. Hex color #30B40E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B40E is #CF4BF1. Grayscale: #7A7A7A. Windows color (decimal): -13585394 or 963632. OLE color: 963632.

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

Color convert

RGB 48 180 14 -
CMYK 0.73 0 0.92 0.29
HSL 107.71º 0.86% 0.38% -
HSV(B) 107.71º 0.92% 0.71% -
XYZ 17.62 33.3 5.91 -
YUV 121.61 67.27 75.5 -
System Red Green Blue C M Y K H S L
Decimal 48 180 14 0.73 0 0.92 0.29 107.71 0.86 0.38
Hex 30 B4 E 49 0 5C 1D 6C 56 26
Octal 60 264 16 111 0 134 35 154 126 46
Binary 110000 10110100 1110 1001001 0 1011100 11101 1101100 1010110 100110

Color Harmonies of #30B40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B40E

Black with #30B40E

Text Example


Text Example

White with #30B40E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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