Html Css Color HEX #30AE01 Kelly Green

📋 copy color: '#30AE01'

red 48 ◦ green 174 ◦ blue 1

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

Shades of Kelly Green #30AE01

Tints of Kelly Green #30AE01

RGB

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

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

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

R = 21.52%
G = 78.03%
B = 0.45%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#30AE01 (or 0x30AE01) is known color: Kelly Green. HEX triplet: 30, AE and 01. RGB value is (48,174,1). Sum of RGB (Red+Green+Blue) = 48+174+1=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 174 (68.36% from 255 or 78.03% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AE01 is #CF51FE. Grayscale: #757575. Windows color (decimal): -13586943 or 110128. OLE color: 110128.

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

Color convert

RGB 48 174 1 -
CMYK 0.72 0 0.99 0.32
HSL 103.7º 0.99% 0.34% -
HSV(B) 103.7º 0.99% 0.68% -
XYZ 16.36 30.9 5.13 -
YUV 116.6 62.76 79.07 -
System Red Green Blue C M Y K H S L
Decimal 48 174 1 0.72 0 0.99 0.32 103.7 0.99 0.34
Hex 30 AE 1 48 0 63 20 68 63 22
Octal 60 256 1 110 0 143 40 150 143 42
Binary 110000 10101110 1 1001000 0 1100011 100000 1101000 1100011 100010

Color Harmonies of #30AE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AE01

Black with #30AE01

Text Example


Text Example

White with #30AE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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