Html Css Color HEX #30D303 Kelly Green

📋 copy color: '#30D303'

red 48 ◦ green 211 ◦ blue 3

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

Shades of Kelly Green #30D303

Tints of Kelly Green #30D303

RGB

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

 GREEN value IS 211 (82.81% from 255) = 80.53%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 18.32%
G = 80.53%
B = 1.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#30D303 (or 0x30D303) is known color: Kelly Green. HEX triplet: 30, D3 and 03. RGB value is (48,211,3). Sum of RGB (Red+Green+Blue) = 48+211+3=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 211 (82.81% from 255 or 80.53% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 211 - color contains mainly: green. Hex color #30D303 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D303 is #CF2CFC. Grayscale: #8B8B8B. Windows color (decimal): -13577469 or 250672. OLE color: 250672.

HSL color Cylindrical-coordinate representation of color #30D303: hue angle of 107.02º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30D303 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 211 3 -
CMYK 0.77 0 0.99 0.17
HSL 107.02º 0.97% 0.42% -
HSV(B) 107.02º 0.99% 0.83% -
XYZ 24.53 47.22 7.91 -
YUV 138.55 51.5 63.41 -
System Red Green Blue C M Y K H S L
Decimal 48 211 3 0.77 0 0.99 0.17 107.02 0.97 0.42
Hex 30 D3 3 4D 0 63 11 6B 61 2A
Octal 60 323 3 115 0 143 21 153 141 52
Binary 110000 11010011 11 1001101 0 1100011 10001 1101011 1100001 101010

Color Harmonies of #30D303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D303

Black with #30D303

Text Example


Text Example

White with #30D303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,211,3); }

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

background-color css

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

 a { background-color: rgb(48,211,3); }

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

border-color css

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

 span { border-color: rgb(48,211,3); }

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