Html Css Color HEX #30AE0F Kelly Green

📋 copy color: '#30AE0F'

red 48 ◦ green 174 ◦ blue 15

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

Shades of Kelly Green #30AE0F

Tints of Kelly Green #30AE0F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 73.42%

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 20.25%
G = 73.42%
B = 6.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#30AE0F (or 0x30AE0F) is known color: Kelly Green. HEX triplet: 30, AE and 0F. RGB value is (48,174,15). Sum of RGB (Red+Green+Blue) = 48+174+15=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 174 (68.36% from 255 or 73.42% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AE0F is #CF51F0. Grayscale: #767676. Windows color (decimal): -13586929 or 1027632. OLE color: 1027632.

HSL color Cylindrical-coordinate representation of color #30AE0F: hue angle of 107.55º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30AE0F is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 174 15 -
CMYK 0.72 0 0.91 0.32
HSL 107.55º 0.84% 0.37% -
HSV(B) 107.55º 0.91% 0.68% -
XYZ 16.44 30.93 5.56 -
YUV 118.2 69.76 77.93 -
System Red Green Blue C M Y K H S L
Decimal 48 174 15 0.72 0 0.91 0.32 107.55 0.84 0.37
Hex 30 AE F 48 0 5B 20 6C 54 25
Octal 60 256 17 110 0 133 40 154 124 45
Binary 110000 10101110 1111 1001000 0 1011011 100000 1101100 1010100 100101

Color Harmonies of #30AE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AE0F

Black with #30AE0F

Text Example


Text Example

White with #30AE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,174,15); }

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

background-color css

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

 a { background-color: rgb(48,174,15); }

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

border-color css

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

 span { border-color: rgb(48,174,15); }

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