Html Css Color HEX #30B21B Kelly Green

📋 copy color: '#30B21B'

red 48 ◦ green 178 ◦ blue 27

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

Shades of Kelly Green #30B21B

Tints of Kelly Green #30B21B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 70.36%

 BLUE value IS 27 (10.94% from 255) = 10.67%

R = 18.97%
G = 70.36%
B = 10.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#30B21B (or 0x30B21B) is known color: Kelly Green. HEX triplet: 30, B2 and 1B. RGB value is (48,178,27). Sum of RGB (Red+Green+Blue) = 48+178+27=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 178 (69.92% from 255 or 70.36% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 178 - color contains mainly: green. Hex color #30B21B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B21B is #CF4DE4. Grayscale: #7A7A7A. Windows color (decimal): -13585893 or 1815088. OLE color: 1815088.

HSL color Cylindrical-coordinate representation of color #30B21B: hue angle of 111.66º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30B21B is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 178 27 -
CMYK 0.73 0 0.85 0.30
HSL 111.66º 0.74% 0.4% -
HSV(B) 111.66º 0.85% 0.7% -
XYZ 17.34 32.55 6.41 -
YUV 121.92 74.43 75.28 -
System Red Green Blue C M Y K H S L
Decimal 48 178 27 0.73 0 0.85 0.30 111.66 0.74 0.4
Hex 30 B2 1B 49 0 55 1E 70 4A 28
Octal 60 262 33 111 0 125 36 160 112 50
Binary 110000 10110010 11011 1001001 0 1010101 11110 1110000 1001010 101000

Color Harmonies of #30B21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B21B

Black with #30B21B

Text Example


Text Example

White with #30B21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,178,27); }

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

background-color css

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

 a { background-color: rgb(48,178,27); }

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

border-color css

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

 span { border-color: rgb(48,178,27); }

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