Html Css Color HEX #18BF40 Dark Pastel Green

📋 copy color: '#18BF40'

red 24 ◦ green 191 ◦ blue 64

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

Shades of Dark Pastel Green #18BF40

Tints of Dark Pastel Green #18BF40

RGB

 RED value IS 24 (9.77% from 255) = 8.6%

 GREEN value IS 191 (75% from 255) = 68.46%

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 8.6%
G = 68.46%
B = 22.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#18BF40 (or 0x18BF40) is known color: Dark Pastel Green. HEX triplet: 18, BF and 40. RGB value is (24,191,64). Sum of RGB (Red+Green+Blue) = 24+191+64=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 191 (75% from 255 or 68.46% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BF40 is #E740BF. Grayscale: #7E7E7E. Windows color (decimal): -15155392 or 4243224. OLE color: 4243224.

HSL color Cylindrical-coordinate representation of color #18BF40: hue angle of 134.37º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BF40 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 191 64 -
CMYK 0.87 0 0.66 0.25
HSL 134.37º 0.78% 0.42% -
HSV(B) 134.37º 0.87% 0.75% -
XYZ 19.93 37.83 11.1 -
YUV 126.59 92.67 54.83 -
System Red Green Blue C M Y K H S L
Decimal 24 191 64 0.87 0 0.66 0.25 134.37 0.78 0.42
Hex 18 BF 40 57 0 42 19 86 4E 2A
Octal 30 277 100 127 0 102 31 206 116 52
Binary 11000 10111111 1000000 1010111 0 1000010 11001 10000110 1001110 101010

Color Harmonies of #18BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BF40

Black with #18BF40

Text Example


Text Example

White with #18BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18BF40; }

 p { color: rgb(24,191,64); }

 H1.HeaderClassName
 {
   color: #18BF40;
 }
 .AnyTagClassName
 {
   color: #18BF40;
 }
</style>

background-color css

<style>
 a { background-color: #18BF40; }

 a { background-color: rgb(24,191,64); }

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

border-color css

<style>
 span { border-color: #18BF40; }

 span { border-color: rgb(24,191,64); }

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