Html Css Color HEX #18BF2F Dark Pastel Green

📋 copy color: '#18BF2F'

red 24 ◦ green 191 ◦ blue 47

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

Shades of Dark Pastel Green #18BF2F

Tints of Dark Pastel Green #18BF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.94%

R = 9.16%
G = 72.9%
B = 17.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#18BF2F (or 0x18BF2F) is known color: Dark Pastel Green. HEX triplet: 18, BF and 2F. RGB value is (24,191,47). Sum of RGB (Red+Green+Blue) = 24+191+47=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 191 (75% from 255 or 72.90% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BF2F is #E740D0. Grayscale: #7D7D7D. Windows color (decimal): -15155409 or 3129112. OLE color: 3129112.

HSL color Cylindrical-coordinate representation of color #18BF2F: hue angle of 128.26º 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 #18BF2F is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 191 47 -
CMYK 0.87 0 0.75 0.25
HSL 128.26º 0.78% 0.42% -
HSV(B) 128.26º 0.87% 0.75% -
XYZ 19.52 37.66 8.93 -
YUV 124.65 84.17 56.21 -
System Red Green Blue C M Y K H S L
Decimal 24 191 47 0.87 0 0.75 0.25 128.26 0.78 0.42
Hex 18 BF 2F 57 0 4B 19 80 4E 2A
Octal 30 277 57 127 0 113 31 200 116 52
Binary 11000 10111111 101111 1010111 0 1001011 11001 10000000 1001110 101010

Color Harmonies of #18BF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BF2F

Black with #18BF2F

Text Example


Text Example

White with #18BF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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