Html Css Color HEX #30BF01 Kelly Green

📋 copy color: '#30BF01'

red 48 ◦ green 191 ◦ blue 1

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

Shades of Kelly Green #30BF01

Tints of Kelly Green #30BF01

RGB

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

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

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

R = 20%
G = 79.58%
B = 0.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#30BF01 (or 0x30BF01) is known color: Kelly Green. HEX triplet: 30, BF and 01. RGB value is (48,191,1). Sum of RGB (Red+Green+Blue) = 48+191+1=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 191 (75% from 255 or 79.58% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BF01 is #CF40FE. Grayscale: #7F7F7F. Windows color (decimal): -13582591 or 114480. OLE color: 114480.

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

Color convert

RGB 48 191 1 -
CMYK 0.75 0 0.99 0.25
HSL 105.16º 0.99% 0.38% -
HSV(B) 105.16º 0.99% 0.75% -
XYZ 19.86 37.89 6.3 -
YUV 126.58 57.12 71.95 -
System Red Green Blue C M Y K H S L
Decimal 48 191 1 0.75 0 0.99 0.25 105.16 0.99 0.38
Hex 30 BF 1 4B 0 63 19 69 63 26
Octal 60 277 1 113 0 143 31 151 143 46
Binary 110000 10111111 1 1001011 0 1100011 11001 1101001 1100011 100110

Color Harmonies of #30BF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF01

Black with #30BF01

Text Example


Text Example

White with #30BF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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