Html Css Color HEX #30CD03 Kelly Green

📋 copy color: '#30CD03'

red 48 ◦ green 205 ◦ blue 3

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

Shades of Kelly Green #30CD03

Tints of Kelly Green #30CD03

RGB

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

 GREEN value IS 205 (80.47% from 255) = 80.08%

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

R = 18.75%
G = 80.08%
B = 1.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#30CD03 (or 0x30CD03) is known color: Kelly Green. HEX triplet: 30, CD and 03. RGB value is (48,205,3). Sum of RGB (Red+Green+Blue) = 48+205+3=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 205 (80.47% from 255 or 80.08% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CD03 is #CF32FC. Grayscale: #878787. Windows color (decimal): -13579005 or 249136. OLE color: 249136.

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

Color convert

RGB 48 205 3 -
CMYK 0.77 0 0.99 0.20
HSL 106.63º 0.97% 0.41% -
HSV(B) 106.63º 0.99% 0.8% -
XYZ 23.07 44.3 7.42 -
YUV 135.03 53.49 65.93 -
System Red Green Blue C M Y K H S L
Decimal 48 205 3 0.77 0 0.99 0.20 106.63 0.97 0.41
Hex 30 CD 3 4D 0 63 14 6B 61 29
Octal 60 315 3 115 0 143 24 153 141 51
Binary 110000 11001101 11 1001101 0 1100011 10100 1101011 1100001 101001

Color Harmonies of #30CD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CD03

Black with #30CD03

Text Example


Text Example

White with #30CD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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