Html Css Color HEX #30BF10 Kelly Green

📋 copy color: '#30BF10'

red 48 ◦ green 191 ◦ blue 16

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

Shades of Kelly Green #30BF10

Tints of Kelly Green #30BF10

RGB

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

 GREEN value IS 191 (75% from 255) = 74.9%

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 18.82%
G = 74.9%
B = 6.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#30BF10 (or 0x30BF10) is known color: Kelly Green. HEX triplet: 30, BF and 10. RGB value is (48,191,16). Sum of RGB (Red+Green+Blue) = 48+191+16=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 191 (75% from 255 or 74.90% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BF10 is #CF40EF. Grayscale: #808080. Windows color (decimal): -13582576 or 1097520. OLE color: 1097520.

HSL color Cylindrical-coordinate representation of color #30BF10: hue angle of 109.03º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30BF10 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 191 16 -
CMYK 0.75 0 0.92 0.25
HSL 109.03º 0.85% 0.41% -
HSV(B) 109.03º 0.92% 0.75% -
XYZ 19.94 37.93 6.76 -
YUV 128.29 64.62 70.73 -
System Red Green Blue C M Y K H S L
Decimal 48 191 16 0.75 0 0.92 0.25 109.03 0.85 0.41
Hex 30 BF 10 4B 0 5C 19 6D 55 29
Octal 60 277 20 113 0 134 31 155 125 51
Binary 110000 10111111 10000 1001011 0 1011100 11001 1101101 1010101 101001

Color Harmonies of #30BF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF10

Black with #30BF10

Text Example


Text Example

White with #30BF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,191,16); }

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

background-color css

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

 a { background-color: rgb(48,191,16); }

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

border-color css

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

 span { border-color: rgb(48,191,16); }

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