Html Css Color HEX #0BCF1E Dark Pastel Green

📋 copy color: '#0BCF1E'

red 11 ◦ green 207 ◦ blue 30

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

Shades of Dark Pastel Green #0BCF1E

Tints of Dark Pastel Green #0BCF1E

RGB

 RED value IS 11 (4.69% from 255) = 4.44%

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

 BLUE value IS 30 (12.11% from 255) = 12.1%

R = 4.44%
G = 83.47%
B = 12.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#0BCF1E (or 0x0BCF1E) is known color: Dark Pastel Green. HEX triplet: 0B, CF and 1E. RGB value is (11,207,30). Sum of RGB (Red+Green+Blue) = 11+207+30=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 207 (81.25% from 255 or 83.47% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCF1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BCF1E is #F430E1. Grayscale: #808080. Windows color (decimal): -16003298 or 2019083. OLE color: 2019083.

HSL color Cylindrical-coordinate representation of color #0BCF1E: hue angle of 125.82º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCF1E is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 207 30 -
CMYK 0.95 0 0.86 0.19
HSL 125.82º 0.9% 0.43% -
HSV(B) 125.82º 0.95% 0.81% -
XYZ 22.69 44.79 8.68 -
YUV 128.22 72.57 44.39 -
System Red Green Blue C M Y K H S L
Decimal 11 207 30 0.95 0 0.86 0.19 125.82 0.9 0.43
Hex B CF 1E 5F 0 56 13 7E 5A 2B
Octal 13 317 36 137 0 126 23 176 132 53
Binary 1011 11001111 11110 1011111 0 1010110 10011 1111110 1011010 101011

Color Harmonies of #0BCF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCF1E

Black with #0BCF1E

Text Example


Text Example

White with #0BCF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,207,30); }

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

background-color css

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

 a { background-color: rgb(11,207,30); }

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

border-color css

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

 span { border-color: rgb(11,207,30); }

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