Html Css Color HEX #30AF1F Kelly Green

📋 copy color: '#30AF1F'

red 48 ◦ green 175 ◦ blue 31

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

Shades of Kelly Green #30AF1F

Tints of Kelly Green #30AF1F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 68.9%

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 18.9%
G = 68.9%
B = 12.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#30AF1F (or 0x30AF1F) is known color: Kelly Green. HEX triplet: 30, AF and 1F. RGB value is (48,175,31). Sum of RGB (Red+Green+Blue) = 48+175+31=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 175 (68.75% from 255 or 68.90% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AF1F is #CF50E0. Grayscale: #797979. Windows color (decimal): -13586657 or 2076464. OLE color: 2076464.

HSL color Cylindrical-coordinate representation of color #30AF1F: hue angle of 112.92º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30AF1F is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 175 31 -
CMYK 0.73 0 0.82 0.31
HSL 112.92º 0.7% 0.4% -
HSV(B) 112.92º 0.82% 0.69% -
XYZ 16.8 31.39 6.47 -
YUV 120.61 77.42 76.21 -
System Red Green Blue C M Y K H S L
Decimal 48 175 31 0.73 0 0.82 0.31 112.92 0.7 0.4
Hex 30 AF 1F 49 0 52 1F 71 46 28
Octal 60 257 37 111 0 122 37 161 106 50
Binary 110000 10101111 11111 1001001 0 1010010 11111 1110001 1000110 101000

Color Harmonies of #30AF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AF1F

Black with #30AF1F

Text Example


Text Example

White with #30AF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,175,31); }

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

background-color css

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

 a { background-color: rgb(48,175,31); }

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

border-color css

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

 span { border-color: rgb(48,175,31); }

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