Html Css Color HEX #30CF0F Kelly Green

📋 copy color: '#30CF0F'

red 48 ◦ green 207 ◦ blue 15

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

Shades of Kelly Green #30CF0F

Tints of Kelly Green #30CF0F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 76.67%

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 17.78%
G = 76.67%
B = 5.56%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#30CF0F (or 0x30CF0F) is known color: Kelly Green. HEX triplet: 30, CF and 0F. RGB value is (48,207,15). Sum of RGB (Red+Green+Blue) = 48+207+15=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 207 (81.25% from 255 or 76.67% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CF0F is #CF30F0. Grayscale: #8A8A8A. Windows color (decimal): -13578481 or 1036080. OLE color: 1036080.

HSL color Cylindrical-coordinate representation of color #30CF0F: hue angle of 109.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30CF0F is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 207 15 -
CMYK 0.77 0 0.93 0.19
HSL 109.69º 0.86% 0.44% -
HSV(B) 109.69º 0.93% 0.81% -
XYZ 23.62 45.29 7.95 -
YUV 137.57 58.82 64.11 -
System Red Green Blue C M Y K H S L
Decimal 48 207 15 0.77 0 0.93 0.19 109.69 0.86 0.44
Hex 30 CF F 4D 0 5D 13 6E 56 2C
Octal 60 317 17 115 0 135 23 156 126 54
Binary 110000 11001111 1111 1001101 0 1011101 10011 1101110 1010110 101100

Color Harmonies of #30CF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CF0F

Black with #30CF0F

Text Example


Text Example

White with #30CF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,207,15); }

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

background-color css

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

 a { background-color: rgb(48,207,15); }

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

border-color css

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

 span { border-color: rgb(48,207,15); }

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