Html Css Color HEX #0FCC30 Dark Pastel Green

📋 copy color: '#0FCC30'

red 15 ◦ green 204 ◦ blue 48

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

Shades of Dark Pastel Green #0FCC30

Tints of Dark Pastel Green #0FCC30

RGB

 RED value IS 15 (6.25% from 255) = 5.62%

 GREEN value IS 204 (80.08% from 255) = 76.4%

 BLUE value IS 48 (19.14% from 255) = 17.98%

R = 5.62%
G = 76.4%
B = 17.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#0FCC30 (or 0x0FCC30) is known color: Dark Pastel Green. HEX triplet: 0F, CC and 30. RGB value is (15,204,48). Sum of RGB (Red+Green+Blue) = 15+204+48=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 204 (80.08% from 255 or 76.40% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCC30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCC30 is #F033CF. Grayscale: #828282. Windows color (decimal): -15741904 or 3197967. OLE color: 3197967.

HSL color Cylindrical-coordinate representation of color #0FCC30: hue angle of 130.48º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCC30 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 15 204 48 -
CMYK 0.93 0 0.76 0.2
HSL 130.48º 0.86% 0.43% -
HSV(B) 130.48º 0.93% 0.8% -
XYZ 22.32 43.5 10.02 -
YUV 129.71 81.88 46.18 -
System Red Green Blue C M Y K H S L
Decimal 15 204 48 0.93 0 0.76 0.2 130.48 0.86 0.43
Hex F CC 30 5D 0 4C 14 82 56 2B
Octal 17 314 60 135 0 114 24 202 126 53
Binary 1111 11001100 110000 1011101 0 1001100 10100 10000010 1010110 101011

Color Harmonies of #0FCC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCC30

Black with #0FCC30

Text Example


Text Example

White with #0FCC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FCC30; }

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

 H1.HeaderClassName
 {
   color: #0FCC30;
 }
 .AnyTagClassName
 {
   color: #0FCC30;
 }
</style>

background-color css

<style>
 a { background-color: #0FCC30; }

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

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

border-color css

<style>
 span { border-color: #0FCC30; }

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

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