Html Css Color HEX #30D405 Kelly Green

📋 copy color: '#30D405'

red 48 ◦ green 212 ◦ blue 5

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

Shades of Kelly Green #30D405

Tints of Kelly Green #30D405

RGB

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

 GREEN value IS 212 (83.2% from 255) = 80%

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 18.11%
G = 80%
B = 1.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#30D405 (or 0x30D405) is known color: Kelly Green. HEX triplet: 30, D4 and 05. RGB value is (48,212,5). Sum of RGB (Red+Green+Blue) = 48+212+5=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 212 (83.20% from 255 or 80% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 212 - color contains mainly: green. Hex color #30D405 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D405 is #CF2BFA. Grayscale: #8C8C8C. Windows color (decimal): -13577211 or 382000. OLE color: 382000.

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

Color convert

RGB 48 212 5 -
CMYK 0.77 0 0.98 0.17
HSL 107.54º 0.95% 0.43% -
HSV(B) 107.54º 0.98% 0.83% -
XYZ 24.79 47.73 8.05 -
YUV 139.37 52.17 62.83 -
System Red Green Blue C M Y K H S L
Decimal 48 212 5 0.77 0 0.98 0.17 107.54 0.95 0.43
Hex 30 D4 5 4D 0 62 11 6C 5F 2B
Octal 60 324 5 115 0 142 21 154 137 53
Binary 110000 11010100 101 1001101 0 1100010 10001 1101100 1011111 101011

Color Harmonies of #30D405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D405

Black with #30D405

Text Example


Text Example

White with #30D405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,212,5); }

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

background-color css

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

 a { background-color: rgb(48,212,5); }

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

border-color css

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

 span { border-color: rgb(48,212,5); }

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